differance between checkbox and rediobutton in vb.net?
Answers were Sorted based on User's Feedback
Answer / monika
you can select multiple choice within the check box. in
radio button you can select only one item from given the
list.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / kavitha
checkbox is used for multiple selection . radio button
is for single selection.
| Is This Answer Correct ? | 9 Yes | 5 No |
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Resource Files: How to use the resource files, how to know which language to use?
What is namespaces in .net?
Explain the differences between server-side code and client-side code.
Can any object be stored in a viewstate in .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is managed code and managed data in .net?
What are the new features of Framework 1.1 ?
Difference between value type & reference types ?
How many types of design patterns available in .NET?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
What is delegation in .net?