Tema: Login
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/12/2005, 17:39
Avatar de aristotelisco
aristotelisco
 
Fecha de Ingreso: marzo-2005
Ubicación: Oxnard CA USA
Mensajes: 151
Antigüedad: 20 años, 1 mes
Puntos: 0
Pues con los valores del WebForm, haz una consulta Select from usuarios where login = Login and Password = PAssword. El objeto SQLCommand tiene una propiedad que te dice el total de filas regresadas, o afectadas, no estoy seguro al respecto, y si este valor es diferente de 1, le dices a tu webform que autentifique al usuario para usar tu website.

Revisa este link
http://msdn.microsoft.com/library/de...entication.asp
__________________
Atte:
Alex Reyes

www.alexreyes.net