Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2010, 22:32
candrade
 
Fecha de Ingreso: julio-2010
Mensajes: 77
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: Cómo validar mail y teléfono

IF NOT ISNUMERIC(txtTelefono.Text) OR NOT txtCorreo.Text.Contains("@") Then

lblError.Text = "ERROR"

End If


Puedes buscar las herramientas de Validacion que te ofrecen ASP.Net son muy simples de usar.


:) Suerte