首页 > 编程 > .NET > 正文

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

2024-07-10 13:27:23
字体:
来源:转载
供稿:网友
在Page_Load里面加上

复制代码 代码如下:


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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表