摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { CheckBox chk = (CheckBox)e.Row.FindControl("CheckBox1"); e.Row.Attributes["onclick"] = chk.ClientID + ".checked=!" + ... 阅读全文
posted @ 2013-11-22 17:05
David Huang
阅读(1593)
评论(0)
推荐(0)
浙公网安备 33010602011771号