get selected row cell value in gridview using c#
hi to all!.am having gridview on my webpage,
have binded the values with paging,i have three fields,
e.g;-
student_id,name,age.
i made invisible the coloumn student_id in gridview,but binded.
in selectedIndexChanged event,i want to get the student_id coloumn,because i want edit/update the current row details on to the textboxes in the same form.,
so if i get the student_id coloumn value of the selected row,it is easy to update/edit the row based on the student_id in database.
how could i do this.
Thanks in Advance.