Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need Help
i am creating a Registration page of my web site.there are 5 pages and each page has some fields and one submit button.
when user fill page one then control goes to page2 and then page3 . when user click on the page 3 submit button then all pages data stores into the database.
Something like shadi.com, monster.com, naukri.com registration page
please give me right answers .........regards
Posted
Comments
[no name] 23-Mar-13 15:09pm    
Right answers to what? You have to ask a question before you can expect an answer....
Sandip.Nascar 23-Mar-13 18:38pm    
Do you want us to do your job free? lol
Please don't expect this here.
bbirajdar 24-Mar-13 1:44am    
I have a answer for you. You need to hire a software programmer who can do this for you... This may help you

Hey
VB
faizyab 2009664


You can do this using so many alternative methods.
**If you have very few fields then you can create the cookies to store your data and at the end you can collect it and store that in database.

**Another way you can create the views in database and store all the data in views and later on just copy data from view to your database finally and delete the views.



Goodluck
 
Share this answer
 
Hi.. You can achieve this using Asp.Net Wizard control. It contains steps, where u can have your own controls. In Final step you can place button to save data.

Advantages and disadvantages of Wizards as below..
Advantages
1. a header for the title of a particular step
2. a sidebar for leftbar navigation
3. collection of steps
4. types of steps

Below links will be useful to you..
http://msdn.microsoft.com/en-us/magazine/cc163894.aspx[^]
http://www.c-sharpcorner.com/uploadfile/raj1979/wizard-control-in-Asp-Net-3-5/[^]
http://www.c-sharpcorner.com/UploadFile/mahesh/WizardControl10122005230633PM/WizardControl.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900