hi,
On my site Iin c# have 2 create user wizard membership controls on 2 seperate pages
client.aspx
customer.aspx
After filling in the form I want to assign the user a role - Client.aspx to "client role" and customer.aspx to Customer to "customer role"
Is this done in the created user event and do I need to add anything to web config?
thank you
Go to the complete details ...