How can I show characters for an ASP.net password textbox control after assigning its .Text property
        Posted  
        
            by Rob Segal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rob Segal
        
        
        
        Published on 2010-05-21T19:50:42Z
        Indexed on 
            2010/05/21
            20:00 UTC
        
        
        Read the original article
        Hit count: 359
        
I am assigning a value to .Text of a textbox retrieved from a database in Page_Load() but no characters are shown in the textbox after doing this. The value is indeed there when I try to read from it after the assignment.
I would like to present some characters to the user even though they are the "dotted" password characters so they know a password has been entered here. Is it possible to do this?
© Stack Overflow or respective owner