Click here to Skip to main content
16,011,608 members
Articles / Web Development / ASP.NET

Select all checkbox in the data grid

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
19 Apr 2011CPOL 8.5K   2  
Above aproach will work fine if there are less check box on the form. But if you have 1000 or 2000 check box on your page then it will consume some time.There is an alternate, unique and very fast way of doing the same thing.below code will create more than 2000 checkboxes on your...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions