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(*).
|