刷新页面时,如何保留页面上的PassWord模式下的TextBox的值?
this.txtUserPwd.Attributes["value"] = txtUserPwd.Text.Trim();//其中txtUserPwd为密码文本框的ID.