随笔分类 - ASP.NET
关于所有运用了ASP.NET这个技术上的项目遇到的技术点分享
摘要:protected void chklst_SelectedIndexChanged(object sender, EventArgs e){ //获取当前触发(被点击)的CheckBox的Index string s = Request.Form["__EVENTTARGET"]; int index = Convert.ToInt32(s.Substring(s.LastIndexOf("$") + 1)); //获取当前触发(被点击)的CheckBox的Text和Value string selectText = this.chklst.Items
阅读全文

浙公网安备 33010602011771号