摘要:
单击删除GridView中的某一行,弹出警示框!需在DataBound事件中添加一下代码:View Code protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { for (int i = 0; i < GridView1.Rows.Count; i++) { ((LinkButton)(GridView1.Rows[i].Cells[4].Controls[0])).Attributes.Add ... 阅读全文
posted @ 2012-08-03 15:25
zwy_net
阅读(114)
评论(0)
推荐(0)

浙公网安备 33010602011771号