删除提示问题
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){
//e.Rows[6].Cells[0].Attributes.Add("onclick", "return confirm('你确认要删除')");
e.Row.Cells[0].Attributes.Add("onclick", "return confirm('你确认要删除')");
}
这个事件中 如果Cells[0] 是没有错的
但是Cells[1] 或者其他的 2 3 4 5 就回出错提示