GridView - How to select a row programmatically using a checkbox
Just wondering if anybody knows how to select a GridView row programmtically using a checkbox in the row using C#
Thanks!
[130 byte] By [
clean] at [2007-11-11 8:00:01]

# 1 Re: GridView - How to select a row programmatically using a checkbox
In response to the CellContentClick event for the check box column, set the row's Selected property to true using the RowIndex provided in the CellContentClick event.