I need to mask a textbox. I know using HTML you just set "TYPE=PASSWORD" not sure how to this using the web form control...
thanks,
eye
Printable View
I need to mask a textbox. I know using HTML you just set "TYPE=PASSWORD" not sure how to this using the web form control...
thanks,
eye
Code:<ASP:TextBox id="Pass" TextMode="Password" runat="server"/>
thanks, Klept..
You could also make the html password control a server control and then acces the value with .value method