Password attribute of the textbox control of .NET Mobile

Explain password attribute of the textbox control of .NET Mobile.

- Textbox control generates single line text boxes.
- A user enters a text in a textbox which is stored in 'Text' property.
- When the password attribute of the textbox is set to true, it acts as a password input box displaying only stars(*).
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.....
.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.....
Post your comment