获取Gridview行索引
在GridView自定义执行控件操作的时候,获取操作行索引的方法如下
int index = ((GridViewRow)(((Button)(e.CommandSource)).Parent.Parent)).RowIndex;
如果用GridView自带按钮执行操作时
int i = Convert.ToInt32(e.CommandArgument);
int index = ((GridViewRow)(((Button)(e.CommandSource)).Parent.Parent)).RowIndex;
如果用GridView自带按钮执行操作时
int i = Convert.ToInt32(e.CommandArgument);
微软BI技术交流群:316744959
武汉NET技术群:961108969
NET技术群:21386099
本人具有丰富的系统开发经验,承接系统开发,小程序,NET系统开发,BI开发,有需求联系微信手机:15010195887