Home All Groups Group Topic Archive Search About
Author
1 Jul 2005 6:49 PM
geek
Hi,

I have a DataGrid , one of the columns in the datagrid is Checkbox.
I want to link all the check boxes in that column to a button that is
right below the grid.How can I achieve this?

Thanks,
MJ

Author
1 Jul 2005 10:30 PM
Alvin Bruney [MVP - ASP.NET]
I'm not sure what you mean by link. Do you mean a select all button? If so,
when the button is clicked, just iterate the datagrid and set the checked
property to true either on the client or server

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
Show quoteHide quote
"geek" <metri.j***@gmail.com> wrote in message
news:1120243772.079425.171020@f14g2000cwb.googlegroups.com...
> Hi,
>
> I have a DataGrid , one of the columns in the datagrid is Checkbox.
> I want to link all the check boxes in that column to a button that is
> right below the grid.How can I achieve this?
>
> Thanks,
> MJ
>
Author
5 Jul 2005 10:59 AM
Patrick Olurotimi Ige
Geek got rhough this:-
http://www.devx.com/tips/Tip/20238 or
http://www.developerfusion.com/show/4632/2/
Hope it helps
Patrick


*** Sent via Developersdex http://www.developersdex.com ***