G
Guest
Hi All,
I have created my own custom membership object.
Just a little confused about how to access its members & properties.
Do i have to instantiate the custom class ie: myMemberShipObject myObj = new
myMemberShipObject();
Or is my custom provider automatically wired into the Global MemberShip
Object.
So I can go Membership.GetUser() and it will use my custom provider.
Help appreciated!!!
Cheers,
I have created my own custom membership object.
Just a little confused about how to access its members & properties.
Do i have to instantiate the custom class ie: myMemberShipObject myObj = new
myMemberShipObject();
Or is my custom provider automatically wired into the Global MemberShip
Object.
So I can go Membership.GetUser() and it will use my custom provider.
Help appreciated!!!
Cheers,