GridView倥件问题,如何在非编辑模式下获得行号啊?
在GridView里有如下
<itemtemplate>
<asp:LinkButton id= "lbJinRu " runat= "server " __designer:wfdid= "w35 " OnClick= "lbJinRu_Click "> 进入 </asp:LinkButton>
</itemtemplate>
请问如何在点击的时候,我lbJinRu_Click方法里面用什么能获得行号啊?
------解决方案--------------------我在这里列举了三种获取方法
ASP.NET DEMO 5:如何在GridView的RowCommand事件中获取当前的GridViewRow
http://www.cnblogs.com/Jinglecat/archive/2007/07/05/806460.html
------解决方案-------------------- <asp:LinkButton ID= "lbJinRu " runat= "server " OnClick= "lbJinRu_Click " CommandName= "select "> 进入
</asp:LinkButton>
GridView1.SelectedIndex