Getting rowID value for a "checked" checkbox in GridView in ASP.Net
- by user279521
I am using checkboxs in a GridView. I need to determine the value in the cell in the 2nd column, if a related row checkbox has been checked.
I am using C# 2008 and ASP.net