Hi, i have three steps wizards in create user wizard. First is For Login Information, second for UserSettings and third for form completion. it almost work's fine. and the user credential will be save on my database. but there is a problem i facing that when i customize my User Wizard 1 (Login Info) and add more fields
like First Name, Last Name and it's related user personal information , it can't saved to my sql database. My asp.net_Membership table has two relationship i.e. aspnet_Applications (app id) and aspnet_Users (Userid). it's saved the data before any changes. i can show you my code view:
Protected Sub NewUserWizard_ActiveStepChanged(ByVal Go to the complete details ...