Hi Guys,

I have watched the how to video on Creating a Custom Membership provider. So far it works great. My login control interacts well with it etc.

Now i've created a Custom Role Provider. I've created a class that inherits the RoleProvider base class and i've added code to each Sub.

My question is, what is the best way to implement the role provider, considering I get the Roles etc from the database?

Please help