Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

i want a code for the following in asp.net

firstly, i am having a long form where i want to divide them into 3forms where
in the first form will have some fields and when the user enters the fields data then the
data should be stored in the cookies/session and on click next button the 2nd form having some fields should be displayed same the 3rd form and in the 3rd form there should be submit button where the data will be stored in sql server .
Posted
Comments
Maciej Los 16-May-13 2:28am    
Waht have you done till now?
Where are you stcuck?
And the question is...

You try with the asp:Wizard Control where you can Add 3 asp:WizardStep

Follow the steps below

1. asp:WizardStep:Add the controls or fields where you can add the Data.On next button hit you
will show the step 2
2.asp:WizardStep:Add the controls or fields where you can add the Data.On next button hit you will show the step 3
3.asp:WizardStep:Add the controls or fields where you can add the Data.On Finish/Save button hit you will perform the DB operation
 
Share this answer
 
You can use <asp:panel xmlns:asp="#unknown"> and show-hide it appropriately.
 
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