I have a password attribute in my SQL with the datatype varbinary(MAX). What do I need in my ASP? I keep getting an error that says: Failed to convert parameter value from a String to a Byte[].
sqlCom.Parameters.Add("@Password", SqlDbType.VarBinary).Value = txtPassword.Text