Hi,
I have A sql Database on Remote Server
On That I have Implemented Asp.net Membership tables
ie I have Created these tables and Asp.net membership Procs
dbo.aspnet_Users,dbo.aspnet_Membership,
I know How To Use Create User Wizard And Save The data in that tables
Now My Problem is That
How To Implement That Logic.
where in that Create User Waizard I want More Textnboxes,Dropdownlists,ListBoxes etc
And Then Submit button On Same Page.
Create User Waizard Has By default these Textboxes
Username
Password
Email
Security Question
Answer.
I want to have More text boxes on the same Form And that data is also to be saved with Asp.net membership Tables.
Plz Help Me.
Thanks.
...
Go to the complete details ...