you probably want to handle the checking clientside instead of server side
--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"Aung" <> wrote in message
news:%...
> Hi All,
>
> Is there a way to do similar function like hotmail in datagrid control?
> DataGrid control will have check box next to every item and when user
> click
> on it, the ticked table row will be highlighted (similar to
> Hotmail/Yahoo).
> We have done that by controlling check box action and it seems like the
> page
> is refreshing everytime user click. Is there a way to do it without
> refreshing the page?
>
> Thank you in advance.
>
> -A
>
>