S
SilentCry
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?
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?