003_.Net Password提交后仍保留!
解决方案:
在Page_Load中增加代码。
SourceCode:
protected void Page_Load(object sender, EventArgs e)
{
this.txtPassWord.Attributes.Add("value", Request["txtPassWord"]);
}
解决方案:
在Page_Load中增加代码。
SourceCode:
protected void Page_Load(object sender, EventArgs e)
{
this.txtPassWord.Attributes.Add("value", Request["txtPassWord"]);
}