To Display details of the Row selected in the GridView
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, My requirement is Assuming you have a button called ‘Select’ in your GridView with CommandName ‘Select’, to find out the row clicked and display the row’s details. Can anyone please suggest me. Provide some code. Thanks in advance.
-
Hi, My requirement is Assuming you have a button called ‘Select’ in your GridView with CommandName ‘Select’, to find out the row clicked and display the row’s details. Can anyone please suggest me. Provide some code. Thanks in advance.
Thru the Clicked button generated Id ...... http://bshouman.blogspot.com/2008/03/get-gridviewrows-index-on-button-click.html[^] This will help you