Explain the numeric attribute of the TextBox control of .NET Mobile.- TextBox control is a most common input control.
- TextBox control is perfect for simple user input like names, numbers, identification and keywords.
- The TextBox has a numeric attribute which, if set to true or false specifies whether the TextBox should accept only numeric values.
- When the numeric attribute of the TextBox is set to true, it accepts numeric numbers only.
- However, this behavior can only be observed in mobile devices and not standard web browsers.
|