1
如何使用asp.net changepassword控件。當我點擊更改密碼按鈕,它總是給人一個錯誤:asp.net changepassword控件
Invalid password or new password is invalid. The minimum length of new password 7. You want to use non-alphanumeric characters: 1.
I型像「Changepassword123」新密碼,但錯誤依然存在的。
代碼隱藏代碼:
protected void changep1_ChangedPassword(object sender, EventArgs e)
{
Response.Write(changep1.CurrentPassword);
Response.Write(changep1.NewPassword);
}
有人可以提供代碼隱藏代碼更新用戶密碼? 謝謝!
看到這個http://forums.asp.net/t/1160030.aspx/1 – 2012-08-10 10:30:32