Visual Basic and Visual C# Concepts
Panel Web Server Control

The Panel Web server control provides a container within the page for other controls. By putting controls into a Panel control, you can control them as a unit — for example, hiding or showing them. You can also use a Panel control to create a distinct appearance for a group of controls.

Note   The Panel control is not required to group controls such as RadioButton controls.

The following topics provide information that you will find useful in learning to work with the Panel control.

In This Section

Introduction to the Panel Web Server Control
Provides background information on the Panel control.
Adding Panel Controls to a Web Forms Page
Gives directions for adding a Panel Web server control to a Web Forms page and adding child controls to it.

Related Sections

Adding Controls to a Web Forms Page Programmatically
Gives directions for adding child controls to a Panel control at run time.
CheckBox and CheckBoxList Web Server Controls
Gives information on creating grouped check boxes.
RadioButton and RadioButtonList Web Server Controls
Gives information on creating grouped radio buttons.
Page view tracker