what is the difference between checkbox and radiobutton?

Answer Posted / amittech3@gmail.com

CheckBox is used when we have submit one or more than one
choices
but in case of RadioButton we have only single option
eg.

CheckBox:

Your Hobbhies:
[]Mucic
[]cricket
[]reading
{here we can select more than one option}

RadioButton:

select any one:
O male
O female
{here we can select only one option}




This is Posted by Amit Sharma

Is This Answer Correct ?    91 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of form?

563


What is the use of runworkasync() methods?

575


Explain how to get records from a database?

645


Which event occurs when a user drags an item in a treeview or listview control?

557


Where to use new keyword other than create instance?

655






Which dialog box allows users to switch to another area of the application?

563


What are the forms of graphics?

506


Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.

562


What are the advantages of form?

515


Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?

574


Explain something about crystal report in brief?

549


Explain how many number of events does the timer controls?

523


What is the use of form?

525


To which namespace does the control class belong?

527


Name the class to be inherited for creating a custom control.

562