if (e.Row.RowState == DataControlRowState.Normal || e.Row.RowState == DataControlRowState.Alternate) { ((LinkButton)e.Row.Cells[6].Controls[0]).Attributes.Add("onclick", "javascript:return confirm('你确认要删除:\"" + e.Row.Cells[1].Text + "\"吗?')"); }GridView数据删除时弹出对话框确认,但运行时出现异常:指定的参数已超出有效值的范围。参数名: index请高手帮忙...