Link to home
Start Free TrialLog in
Avatar of tyy8
tyy8

asked on

textmode = password

I have a asp:textbox that has its textmode set to password. If I tried to feed in a password string via code - the textbox remains blank, but if I take off the textmode then it works (but that's no good because then the password is not masked)
Avatar of Mike McCracken
Mike McCracken

I don't know how ASP works but VB textboxes have a property for the password character.  Does ASP have such a thing?

mlmcc
ASKER CERTIFIED SOLUTION
Avatar of MohamedZaki
MohamedZaki

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial


please post your code as you are trying to populate the box.

ASPdotNet ?

Vic