Adding user to role in ASP.Net 2

  • Thread starter Thread starter Spondishy
  • Start date Start date
S

Spondishy

Hi,

I'm just getting into asp.net 2 c# using the login and registration
controls. I have a role called publisher and want the user adding to
that role when they register and send an email to say they have
registered.

Do I just add the code to create the role in the
CreateUserWizard_CreatedUser method? Is there a better way?

Thanks.

Thanks.
 
Spondishy said:
Hi,

I'm just getting into asp.net 2 c# using the login and registration
controls. I have a role called publisher and want the user adding to
that role when they register and send an email to say they have
registered.

Do I just add the code to create the role in the
CreateUserWizard_CreatedUser method? Is there a better way?

Thanks.

Thanks

Anyone have any idea on this?
 

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

Back
Top