ASP. NET postback password box empty problem treatment

  • 2020-12-16 05:55:26
  • OfStack

Add Page_Load
 
this.txtPassword.Attributes["value"] = this.txtPassword.Text; 

Related articles: