membership provider
- From: "SilentCry" <silentcryX@xxxxxxxxxxxxxx>
- Date: Sun, 23 Aug 2009 08:37:50 -0400
i'm implementing a login page within a master page using the Login control. the Login control utilizes a custom membership provider that I inherited from MembershipProvider (not SqlMembershipProvider). there's a Welcome page also that uses the same master page and saves the id of the incoming user in a property of the master page before the Login page is displayed. the thing is, once the login page comes up and submitted, i need to access the cust id from within the ValidateUser method in the MP but the problem is, the MP class is located outside the project in the App_Code folder (i believe is the right place) where i don't have access to the Page or Session objects. anybody have any suggestions on how to do this?
.
- Follow-Ups:
- Re: membership provider
- From: tuningd
- Re: membership provider
- Prev by Date: Re: clearing everything in the response and sending my own text
- Next by Date: Re: clearing everything in the response and sending my own text
- Previous by thread: How to set the div Height & Width from within C#
- Next by thread: Re: membership provider
- Index(es):
Relevant Pages
|