
23/06/2005, 09:58
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 1.051
Antigüedad: 20 años Puntos: 2 | |
Hola No deberia haber problema si haces algo como:
strClave = Cstr(Request.Form("Clave"))
strClaveConfirmada = Cstr(Request.Form("ClaveConfirmada"))
if strClave <> strClaveConfirmada then
//Clave incorrecta
else
//Clave correnta
end if
Así no me parece que tengas que tener problemas, pruebalo.
Suerte!! |