ASP.NET 回发密码框清空问题处理方法
这篇文章主要介绍了ASP.NET 回发密码框清空问题处理方法,需要的朋友可以参考下
在Page_Load里面加上
this.txtPassword.Attributes["value"] = this.txtPassword.Text;
代码如下:
this.txtPassword.Attributes["value"] = this.txtPassword.Text;
收藏文章
精彩图集
精彩文章