differance between checkbox and rediobutton in vb.net?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by Code Access Security in .NET?
Please explain what is reflection and what is it for?
What is finalize method in .net?
Can you write a class without specifying namespace?
What is the difference between imperative and interrogative code?
What is static constructor, when it will be fired? And what is its use?
Is .net capable of supporting multi-thread?
How do you create threading in.net?
The project which you have made, which methodology did you use?
What is Ajax design pattern in .NET?
Describe the Managed Execution Process?
What is difference between system.string and system.stringbuilder classes?
What's singleton activation mode in .net?
What is the difference between user control an custom control? Advantages/disadvantages?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?