BeanSoftware Logo
 

 
ASP.NET Database Search Control
 
 

 
 Home
    Shop
    Advertise
    Write For Us
    Affiliate
    Newsletter
    Contact

Should I Use RadioButtonList Or CheckBoxList Control?

Use RadioButtonList when user need to select only one option from the list.

Use CheckBoxList control when user is allowed to select zero, one or more options on the list.

Instead of RadioButtonList and CheckBoxList controls, you can use few RadioButton or CheckBox controls. If you use series of RadioButton controls, you need to set the same GroupName property for all RadioButton controls.



Related articles:

1. Build Notepad ASP.NET Web Application
2. Menus And MDI Applications

FAQ toolbar: Submit FAQ  |  Tell A Friend  |  Add to favorites  |  Feedback



Copyright © 2002-2008 Bean Software. All rights reserved.