Hi
I have extended the RegistrationPage class to implement my custom registration page, now I have a requirement to bulk load 1000s of users using the the same process. I will get a CSV file with user details which I need to read and create registraion for each of the user.
So step 1: I need to be able to make some function calls in Sharepoint solutions objeject model to register
Step 2: I need to be able to wire in OnRegistering and OnRegisted Events to perform custom business logic
How can I implement this? What are the object's and methods I should use?
Thanks
Hemal