Working with Controls

The Joy of Controls
All content on the web pages is added/manipulated through the use of controls. Each control is designed to allow the user to implement content/functionality on web pages without having to understand the inner workings of HTML (the primary language of the web).
Another added advantage to using controls is that on the administrative side, they can be easily re-styled in a single place, and the change will take effect in every location the control is used.
Drag and drop a control onto the page. |
The Control Toolbox
The control toolbox contains all of the controls that are used on pages.
To place a control on the page, simply drag it from the toolbox and drop onto a control container on the page, such as "Content".