摘要:
GridView:http://blog.csdn.net/21aspnet/article/details/1540301排序: DataView dv = dt.DefaultView; string sort =(string)ViewState["... 阅读全文
posted @ 2012-05-27 14:17
Crazylight
阅读(166)
评论(0)
推荐(0)
摘要:
今天在测试程序的时候,碰到了这种现象:后台代码: for (int i = 0; i < this.GvCourses.Rows.Count; i++) { CheckBox chb = this.GvCourses.Rows[i].FindControl("CheckB") as CheckBox; if (chb.Checked) { strDelete += "," + this.GvCourses.Rows[i].C... 阅读全文
posted @ 2012-05-27 10:47
Crazylight
阅读(4810)
评论(1)
推荐(2)

浙公网安备 33010602011771号