data grid and bubbling events from check box

sureshcd10

Regular
Joined
Dec 25, 2003
Messages
77
I have placed one Datagrid control on my webform with some Checkboxes
displaying in it

I have displayed all records from Emp table on to my grid
Now with the click of a button I must be able to Check mark all the checkboxes displayed

Btn_SelectAll
On clicking this button should Check all the checkboxes

Btn_Delete
On clicking this delete button I must be able able Detele all the check marked records

Plz provide some code to solve this ( bubbling up events ? but i dont know how)

Thank u all in advance
 
Back
Top