Home All Groups Group Topic Archive Search About
Author
8 Jun 2005 8:32 AM
mrtan
Hi,

I'm using a datagrid with template column using check box. when user
click on the check box in datagrid, i need to refresh the data in the
datagrid. how do i capture the click event ?
thanks.

tan

Author
8 Jun 2005 10:55 PM
Brock Allen
You can set the CheckBox's AutoPostBack property to true and handle the OnCheckedChanged
event.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> Hi,
>
> I'm using a datagrid with template column using check box. when user
> click on the check box in datagrid, i need to refresh the data in the
> datagrid. how do i capture the click event ?
> thanks.
> tan
>