Checkboxes In DataGrid - Hotmail Style

viking

Member
Joined
Jul 2, 2003
Messages
7
Hello people,

I want to add checkboxes into a template based datagrid on to the extreme right column. And the user should be able to chose the records he/she would like to delete, much the same way emails are deleted in Hotmail or Yahoo inboxes!.

Has anyone done this? Can anyone provide me with pointers to the same. Ill appreciate if the soultion is in VB.


Thanks in advance

Viking
 
its really pretty easy. use a template column and add a checkbox to it. then you can iterate through the rows and delete the checked rows. you can use Findcontrol(name) and datakeys to get the id numbers
 
Back
Top