HOW TO: Implement CheckBoxes to Select Multiple Rows in GridView
Solution
Checking All CheckBoxes in a GridView by Scott Mitchell (4GuysFromRolla.com)
- Examines two approaches: one using server-side code and another, using Javascript.
Extending
the GridView Control by Dino Esposito (MSDN Magazine) - Describes how to create
a custom GridView to provide multiple selection funtionality through a checkbox
column with client-side capabilities; also demonstrates how to package client-side
Javascript code as an embedded resource.