TextBox and TextView controls of .NET Mobile

Describe TextBox and TextView controls of .NET Mobile.

- .NET provides a variety of input controls to enable interaction with the user:

TextBox control:

- It is a most common input control.
- TextBox control is perfect for simple user input like names, numbers, identification and keywords.
- The TextBox control in .NET mobile application is used to display a single line of text.

TextView control:

- It is used for larger amounts of input.
- It allows long multi-line input like the one you need for SMS or other messages.
- The TextView control is used to display multiple lines of text.
- The text property of the TextView control also accepts HTML tags to specify formatting of the text in the 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.....
.NET Mobile list
.NET Mobile list - There are 2 types of lists: The selectionlist control supports drop down lists, check boxes and also radio buttons.....
.NET Mobile SelectionList Control
.NET Mobile SelectionList Control - The selectionlist control supports drop down lists, check boxes and also radio buttons.....
Post your comment