On a Postback event, a password typed inside a TextBox control gets lost.
To prevent this follow below-
txtPassword.Text ="mypassword";
txtPassword.Text ="mypassword"; txtPassword.Attributes.Add["value", txtPassword.Text];
Note: Keep in mind to add the attribute to textbox only after the password has been set, else the password will not be preserved.
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: