need to be able to get a cell value in a gridview on click of a checkbox event
I have a grid view and have the id field as DataKeyNames and top of it also have a hidden column in the gridview (bound field right now but can change to a label or text)
Now inside the gridview the user wants a checkbox and on clicking on it should populate a popwindow, which I am able to do but i need to know the Id value of that selected row and am unable to get it. Can any body help?