Multi-select datagrid control
Problem: ASP.NET
datagrid control natively doesn't provide multiple selection for the
rows.
Goal: This
control allows multiple rows selection using checkboxes, same as
Hotmail or Yahoo uses for their email site. It also
highlights rows without postback to the server.
How To: Drop
this control on ASP.NET page and it will automatically add checkbox
column with 'Select All' header checkbox.
Download (Version 1.0):
This includes binary, HTML Documentation and
sample web project
MultiSelectDatagrid.zip