ASP.NET 回发密码框清空问题处理方法

  技术百科     |      2026-01-17 22:38
在Page_Load里面加上
复制代码 代码如下:
this.txtPassword.Attributes["value"] = this.txtPassword.Text;