Difference between Panel and GroupBox classes?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the difference between a class and an object, and how do these terms relate to each other?
. How .NET can support multiple languages?
What are the purposes of using .net?
Please explain what are an inheritance, polymorphism, and encapsulation?
Explain how to manage pagination in a page using .net?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Please explain is the jit an interpreter?
How do I use the thread pool?
How is .net able to support a lot of languages?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is STA in .NET?