Membership Object?

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,
 
C

Cowboy \(Gregory A. Beamer\)

If you created your custom object as an inherited object (inherited from the
MS objects), you have the GetUser() functionality.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 

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

Top