GridView selected row has no data
Hi all,
I am trying to selected the row in a Gridview in asp.net.
My code for selecting the row is like this:
GridViewRow row = GVDetails.SelectedRow;
But i do not see the data ... is there some other way of selecting the row? searched a lot but no use.. plzz help