CreateUserWizard customizations
Hi all,
I want to put a standart CreateUserWizard on a page with ASP.NET 2.0 and C#. Something simple like First Name of the user or from which country he is. Then I want to save the value in my own DB (Access).
The question is where should i put the code which updates my DB (not the standart of ASP.NET)?
Thanks