Difference between Panel and GroupBox classes?

Answers were Sorted based on User's Feedback



Difference between Panel and GroupBox classes?..

Answer / deepa

panel group box

1)doesn't having that property it having caption property


2)we can scroll bar for panel we can't set the

scrollbar

3)we can set border style doesn't having that
property property

Is This Answer Correct ?    28 Yes 4 No

Difference between Panel and GroupBox classes?..

Answer / prasanna

Panel Groupbox
1.The panel control can have 1. The groupbox control
scroll bar display a caption.
2. in Panel we can place so many 2. in groupbox we can
different controls place only similar
controls

Is This Answer Correct ?    1 Yes 3 No

Difference between Panel and GroupBox classes?..

Answer / rajasekhar.kotha

in a panel we can place so many controls which may be
different but in a group we have to place only similar
controls only..

Is This Answer Correct ?    5 Yes 21 No

Post New Answer

More Dot Net General Interview Questions

What is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


. How .NET can support multiple languages?

1 Answers  


What are the purposes of using .net?

0 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Explain how to manage pagination in a page using .net?

0 Answers  






Write code for fetch record nos 15 to 25 from a dataset containing 50 records?

4 Answers   C Squared Systems,


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Please explain is the jit an interpreter?

0 Answers  


How do I use the thread pool?

0 Answers  


How is .net able to support a lot of languages?

0 Answers  


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


What is STA in .NET?

0 Answers  


Categories