Special Controls 

Special controls are a group of controls that enable developers to easily access the power and flexibility of the ASP.NET mobile controls in an intuitive and interactive way. The ASP.NET Mobile Designer presents the special controls in the same way that it presents other controls. You can add special controls to ASP.NET mobile Web Forms pages and configure them like any other control. However, they are not rendered at run time. Instead, they affect the rendering of the page or control to which they are attached.

The ASP.NET mobile controls currently provides two special controls. The StyleSheet control defines the styles for your mobile Web Forms page. The DeviceSpecific control enables you to attach templates or property overrides to a Form or Panel control.

The following topics present information about how to use these two controls.

In This Section