摘要: 阅读全文
posted @ 2014-01-21 15:14 914556495 阅读(131) 评论(0) 推荐(0)
摘要: string ListID = DropDownList1.SelectedItem.Text; 阅读全文
posted @ 2014-01-21 11:04 914556495 阅读(226) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-01-21 11:03 914556495 阅读(157) 评论(0) 推荐(0)
摘要: C#后台调用前台js方法前台js方法(写在head标签之内)1234567后台方法。我选用的是一个LinkButton1234567891011121314151617181920212223242526protectedvoidLinkButton2_Click(objectsender,EventArgse){intcount=0;for(inti=0;i<=GridView1.Rows.Count-1;i++){CheckBoxcbox=(CheckBox)GridView1.Rows[i].FindControl("cbSelect");if(cbox.Che 阅读全文
posted @ 2014-01-21 08:48 914556495 阅读(290) 评论(0) 推荐(0)