Login

  • Thread starter Thread starter Jman
  • Start date Start date
J

Jman

Is it possible to do a login from the code instead of using the interface?
 
Yes. The interface, such as the login control, simply calls the method
System.Web.Security.Membership.ValidateUser(). You can verify and log
someone in however you want without .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top