The following properties can be set for a Web Forms Mobile project.
Refer to Creating Web Forms Mobile Application Projects.
ControlStyle Property to ASP.Net Control Generation
These properties are used to edit the HTML Template that corresponds to a particular control style. Refer to Markup Template Editor for more information.
|                  Property  |                  Description  | 
|---|---|
TextBox  | The HTML template for the control used for an input text field, typically a text box.  | 
CheckBox  | The HTML template for the control used for a two-state value, typically a switch.  | 
RadioButtonList  | The HTML template for the control used for a short list of choices, typically a group of radio buttons.  | 
DropDownList  | The HTML template for the control used for a possibly long list of choices, typically a group of radio buttons.  | 
LinkButtonList  | The HTML template for the control used for a list of choices, where each choice is a button.  | 
ListBox  | The HTML template for the control used for a list of choices, typically a group of radio buttons.  | 
ComboBox  | The HTML template for the control used for a list of choices, typically represented by a group of radio buttons, but which also allows free text entry.  | 
ButtonList  | The HTML template for the control used for a list of choices, where each choice is a button.  | 
CheckBoxList  | The HTML template for the control used for a list of choices, where multiple items may be selected. Each item is represented by a checkbox.  | 
AlertBox  | The HTML template for the control used to generate a pop-up alert box, typically containing error messages.  | 
Label  | The HTML template for the control used for an output text field, typically a label.  | 
GridView  | The HTML template for the control used for a summary view of repeated items, typically a ListView.  | 
DetailsView  | The HTML template for the control used for a detailed view of repeated items, typically a ListView.  | 
Image  | The HTML template for the control used to display dynamic images.  | 
AB Suite/EAE Options
The OrderControlsbByTabIndex property is used to specify the desired order in which the controls are generated on forms for Mobile Presentations. This is applicable only for AB Suite/EAE Option.
To set the property, click the AB Suite/EAE Option tab. Select a value for the OrderControlsbByTabIndex property. The values are:
True - Generates the controls on the form in an ascending order of the tab index values defined for the fields in the AB Suite/EAE Painter styles.
False - Generates the controls on the form in the original order of the fields created in the AB Suite/EAE Painter styles.
The default is value is False.