differance between checkbox and rediobutton in vb.net?
Answer Posted / kavitha
checkbox is used for multiple selection . radio button
is for single selection.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Please explain is the jit an interpreter?
What is meant by globalization and localization?
Why is .net used?
What is an anonymous method and how is it different from a lambda expression?
How server form post-back works?
Is .net core managed code?
What is .net latest version?
How can I find out what the garbage collector is doing?
What is the microsoft .net?
Describe the Managed Execution Process?
What is RCW (Run time Callable Wrappers)?
In code behind class, name the type of code found. Is it the server side code or client side code?
Describe the compilation process for .net code?
Explain how do assemblies find each other?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?