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 clr in .net?
Describe ways of cleaning up objects.
What is exception handling?
What is serialization in .NET? What are the ways to control serialization?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What are the advantages of .net core?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Please explain what is the .net framework and how does it work?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How would ASP and ASP.NET apps run at the same time on the same server?
How is a managed code executed?
Explain Creational design pattern in .NET?