Respected Fellows,
I have showed my data on a form in gridview. Now i want that when i click on a cell on a grid view it should get the Row Id of that selected row. Please tell me how can i do that?.
Printable View
Respected Fellows,
I have showed my data on a form in gridview. Now i want that when i click on a cell on a grid view it should get the Row Id of that selected row. Please tell me how can i do that?.
Isnt it that simple? gridview.SelectedRow.index or CUrrentRowIndex mus work. Doesnt it>?