当前位置:
代码迷
>>
ASP.NET
>> 为什么小弟我的GridViewDeletedEventArgs 缺少e.RowIndex 方法
详细解决方案
为什么小弟我的GridViewDeletedEventArgs 缺少e.RowIndex 方法
热度:
9769
发布时间:
2013-02-25 00:00:00.0
为什么我的GridViewDeletedEventArgs 缺少e.RowIndex 方法?
我以模板列实现删除功能,但是在确定当前行的时候,在e的方法里找不到RowIndex这个方法
怎么回事啊
拜托各位了!
------解决方案--------------------------------------------------------
RowDeleted事件的GridViewDeletedEventArgs没有RowIndex属性
查看全文
相关解决方案
转换((TextBox)GridView1.Rows[e.RowIndex].Cells[1].Controls[0]).Text.Trim();报错,该如何处理
为什么小弟我的GridViewDeletedEventArgs 缺少e.RowIndex 方法