ASP Panel Control – Lab #013

The Panel Control is container which houses other controls. Properties applied to the Panel control will also applied to all the child controls. For example, if you hide the container, it hides all the controls in it.
• In this tutorial, you will learn how to use Panel Container and add controls to it.
• We will learn about the control alignment how panel control re-arranges the controls when there is no room in a single row.
• The BackImageUrl property which will assign a background image to the Panel Control.
• Then, we will learn how we can show or hide group of controls in a Panel Container.