Hi ,
I am using GridView1 in web application. I have populated data in the GridView control now I want to get index value when user clicks on the row of GridView.
Please provide me sample code.
(GridView1_RowDataBound) this even can work?
Thanks
Printable View
Hi ,
I am using GridView1 in web application. I have populated data in the GridView control now I want to get index value when user clicks on the row of GridView.
Please provide me sample code.
(GridView1_RowDataBound) this even can work?
Thanks
Look at MSDN, they have a complete example of GridView control
http://msdn.microsoft.com/en-us/libr...lectedrow.aspx
This Artical is Not helping Ali...