Hello,
If you have a page with an <asp:TextBox TextMode="Password" ... />
.
How can you keep the value after a postback?
This is my problem:
At the registration screen of my app you need to enter a password.
Then you click submit, a postback occurs and the password fields are cleared, how can I prevent the password field from clearing?
Cheers