Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is it possible to combine checkboxes generated from bool values databound to a gridview, so that when you click one checkbox the others are "unclicked"
Posted
Comments
Herman<T>.Instance 2-Apr-12 7:18am    
why not use the radiobuttonlist?

1 solution

Have a look at the Checkall / Uncheck all functionality described at Adding a GridView Column of Checkboxes[^]. You can customize this to suite your own needs.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900