Explain Difference between Panel and GroupBox classes using .NET?
Submitted by: AdministratorPanel and Group box both can used as container for other controls like radio buttons and check box.
the difference in panel and group box are Panel
1) In case of panel captions cannot be displayed
2) Can have scroll bars.
Group box
1) Captions can be displayed.
2) Cannot have a scroll bar
Submitted by: Administrator
the difference in panel and group box are Panel
1) In case of panel captions cannot be displayed
2) Can have scroll bars.
Group box
1) Captions can be displayed.
2) Cannot have a scroll bar
Submitted by: Administrator
Panel is scrollable. In panel we can't set caption like Group box.
Submitted by: Administrator
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | Creating a Key Pair in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What are possible implementations of distributed applications in .NET? |
☺ | What are the authentication methods in .NET? |
☺ | Explain what relationship is between a Process, Application Domain, and Application? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |