ASP.NET Hide Length of Password During Entry

Posted by Corin on Stack Overflow See other posts from Stack Overflow or by Corin
Published on 2010-04-24T18:53:59Z Indexed on 2010/04/24 19:23 UTC
Read the original article Hit count: 255

Filed under:
|
|
|
|

I have to hide the length of the password being entered during login of my asp.net web application. I know the asp.net textbox server control has the textmode of password but I can't even show the that. Any suggestions on how to hide the user input?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about 2.0