|
How to render a password type textbox?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET TextBox
In case we need to render a password text box so that the actual text doesn’t appear as user type in the text box, we can use this approach. This is frequently used to enter password or secret code on the web page so that other can’t know what is being written in the textbox.
|