Value
Value is an attribute of the ItemData element, used to specify the value for a control.
The value that you specify for the Value attribute must match the data in the ItemData element. The Value attribute is verified against the type of the ItemData, and if it is incorrect, an error occurs.
- Value attribute for text controls
Use the Value attribute to specify the text to enter in a text control, using XML escaping if necessary. - Value attribute for menu controls
Use the Value attribute to specify the value for a menu control (drop-down list). - Value attribute for radio controls
Use the Value attribute to select a radio button in a radio control. - Value attribute for date/time controls
Use the Value attribute to enter a date and time in a date/time control. - Value attribute for check box controls
Use the Value attribute to select or deselect a check box control. - Value attribute for group controls
A group control has one or more sub-controls. You can submit data to a sub-control using the ItemData element, but you cannot submit data to the parent control.
Parent topic: Supported elements and attributes