what is the difference between checkbox and radiobutton?
Answer Posted / senthil kumar
In radiabutton we can have the only one decision.But
checkbox we can have mulitiple options.
based on the usage we choose these controls.
for example,
RadioButton
-----------
Gender - o Male o Female
here we can select only one option
for example,
CheckBox
--------
your Interested Games?
o cricket o football o valleyball o hockey
here use may have more than option.
i hope this is enough.
| Is This Answer Correct ? | 311 Yes | 40 No |
Post New Answer View All Answers
How to use the FindControl() function to preselect an item in my dropdownlist?
Explain how to add resources during runtime?
What is the difference between desktop application and windows application?
Explain something about crystal report in brief?
Explain the new events in textbox that has been included in vb?
What are controls in windows forms?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is form description?
Which method of the messagebox class is used to display a message in the message box?
What is form and its uses?
What are the forms of graphics?
How do I change the console application in windows?
Name the class to be inherited for creating a custom control.
Which window allows viewing the resources of the servers, such as services, processes and the event log?
Name the template that is used to create a user-defined component.