Posted on: 2/19/2014 9:32:28 PM | Views : 674

I have a form where a couple of the fields do a postback.  At the top of the form, the user sets the username and password.  However, as the user progresses down the form to the postback events the password is cleared time.  It is a very frustrating interface since they know they have already typed the password...and they may have actually typed it several times by that point.
How do you overcome this?
I tried this article http://www.codeproject.com/Articles/18927/How-to-safely-keep-a-password-field-during-postbac?msg=4762958#xx4762958xx and took the code letter for letter but it did not work at all.

Go to the complete details ...