输入banner图图片脚本导航/分类

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

在Page_Load里面加上
代码如下:

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