|
Validate="true"
|
|
Validate="false"
|
| | |
When Validate is set to true, only the options from the list are allowed.
To be able to type something else into the combobox, you must set Validate to false
| | |
ASP.NET
<obout:Combobox id="cbo1" Validate="false" runat="server"> ... </obout:Combobox>
|
| | |
| "Fantastic controls." |
Gibbons, Bobby |
| Expertech.net |
| | |
|