Programming Examples

Are you a Programmer or Application Developer or a DBA? Take a cup of coffee, sit back and spend few minutes here :)

Tag Archive for ‘BackImageUrl’

ASP Panel Control – Lab #013

Step 2 - Show or Hide Panel and PanelBackground

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.

Continue Reading →