当前位置: 编程技术>.net/c#/asp.net
ASP.NET 回发密码框清空问题处理方法
来源: 互联网 发布时间:2014-08-25
本文导语: 在Page_Load里面加上 代码如下: this.txtPassword.Attributes["value"] = this.txtPassword.Text;
在Page_Load里面加上
this.txtPassword.Attributes["value"] = this.txtPassword.Text;
代码如下:
this.txtPassword.Attributes["value"] = this.txtPassword.Text;