Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
how we do a checkbox validation that only one checboxes select at a time.these checboxes are in gridview row so to select only one row hv to selct one checkbox at atime
Posted
Updated 8-May-12 1:21am
v2

1 solution

Hi,

CheckBox is used to select multiple options. If you want users to select one items at a time you should use RadioButtons instead.
 
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