Finding other controls in same gridview row from the event method of a control


/ Published in: C#
Save to your folder(s)

Sometimes we need to have checkboxes in the GridView control and we want that as soon as the Checkbox is clicked/checked the postback happens and we get the value from the first row in the GridView control.

This can be easily done by using the following code:

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.