i just have problems with the encrypted password on my textbox.
it
works with normal text but when i set the textbox textmode to password
it fails as below.
Dim sHashedPassword As String = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPwd.Text, "MD5")
Dim sqlStmt As Go to the complete details ...