Numeric attribute of the textbox control of .NET Mobile

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.
Password attribute of the textbox control of .NET Mobile
Password attribute in .Net Mobile - When the password attribute of the textbox is set to true, it acts as a password input box....
TextBox and TextView controls of .NET Mobile
TextBox and TextView controls of .NET Mobile - The textbox control in .NET mobile application is used to display a single line of text, whereas, a textview control.....
.NET Mobile input validation
.NET Mobile input validation - Validation controls are used to validate an input control. They provide a message if the validation fails on the control.....
Post your comment