Password persistency

7331

New Member
I have an ASPX form with a password field on it. On returning from the server it is empty. All other text fields remain populated (I have viewstates enabled on the form and for each field), and if I switch it to a normal SingleLine text field it is returned.<BR><BR>Is this a bug?<BR><BR>I don't think it is a bug. In every html form passwords never hold state. They are always cleared for security I'm guessing. I don't think there is a way to override it either.
 
Back
Top