modika11
Programmer
- Jan 31, 2008
- 20
Hi All,
I am in deperate need of some help. I have implemented my own extended membership provider so that i can have some more additional values stored with my user information. That is fine, and if i have to call my custom membership provider i do it through code. But for a neater solution i want to use the Object DataSource and wrap the calls around that. I was thinking of creating a wrapper class for my provider to allow me to (a) instantiate all the items i need and call the itialize method from the constructor and (b) have wrapper methods to call down into my provider class which will be a more re-usable approach.
I was wondering if anyone had any thoughts on this and if they had any experience implementing something similar.
Thanks,
Rob
I am in deperate need of some help. I have implemented my own extended membership provider so that i can have some more additional values stored with my user information. That is fine, and if i have to call my custom membership provider i do it through code. But for a neater solution i want to use the Object DataSource and wrap the calls around that. I was thinking of creating a wrapper class for my provider to allow me to (a) instantiate all the items i need and call the itialize method from the constructor and (b) have wrapper methods to call down into my provider class which will be a more re-usable approach.
I was wondering if anyone had any thoughts on this and if they had any experience implementing something similar.
Thanks,
Rob