differance between checkbox and rediobutton in vb.net?

Answers were Sorted based on User's Feedback



differance between checkbox and rediobutton in vb.net? ..

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

differance between checkbox and rediobutton in vb.net? ..

Answer / kavitha

checkbox is used for multiple selection . radio button
is for single selection.

Is This Answer Correct ?    9 Yes 5 No

Post New Answer

More Dot Net General Interview Questions

What is clr in .net?

1 Answers  


Describe ways of cleaning up objects.

2 Answers   Wipro,


What is exception handling?

1 Answers   Amazon,


What is serialization in .NET? What are the ways to control serialization?

1 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

1 Answers  


What are the advantages of .net core?

1 Answers  


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

1 Answers  


Please explain what is the .net framework and how does it work?

1 Answers  


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; }

1 Answers   Manhattan,


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


How is a managed code executed?

2 Answers  


Explain Creational design pattern in .NET?

1 Answers  


Categories