Getting rowID value for a "checked" checkbox in GridView in ASP.Net

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-06-11T13:29:56Z Indexed on 2010/06/11 13:32 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET