Posts By Category

Posts By Date

Resources:

C# Books
ASP.NET Books DotNet4All








If you like to support this site, feel free to make a donation to support improvements.

Thank you!

Monetize Your Blog

Difference between ComboBox over RadioButton..

Both controls provide functionality to select from multiple choices, so what's the difference between them? And when to use one over the other?

In short, ComboBox is a more compact GUI control to house multiple choices, so it is more suitable for large number of choices, so all choices can be shown in the same space that is needed by one choice, while RadioButton groups tend to show all the available choices in the web form, or windows form.

For that, Combo boxes are more preferred for large number of choices, while Radio Button groups are more preferred for smaller numbers (usually 5 or less choices)

Another difference is ComboBox can allow you to add your own choice if you don't find it listed, where a Radio Button group will limit you only to the choices available at the time the software/web page was written.

Check out this related post: http://www.mycsharpcorner.com/Post.aspx?postID=19

Tip source: http://www.mycsharpcorner.com

Hope this helps.

kick it on DotNetKicks.com

Feedback

Please post your comments:

Name:  
Email (optional): Your email address will not be posted.
URL (optional):
Comments: HTML will be ignored, URLs will be converted to hyperlinks  
Enter the text you see in the box:
 


Copyright © 2007 Yousef Mannaa. All material on this site is copyrighted.
Do not publish or reproduce any of this material without written permission from the Author