One application have three forms for registration .submit
button is at third form.after filling three forms only u
have to click submit button.After clicking the submit
button all the values in first,second& third form saved on
sql server.how to handle this situation .
Answer Posted / ravi
Use cookies.
store the first two pages information in cookies and then
get the stored information on third page and store to database.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is asp.net introduction?
What is the difference between a candidate key and primary key?
How will create assesblies at run time?
Securitywise What are the Enhancements in 2.0?
If 200 is for all successful operation then why do we have 201 response codes?
What is validation in asp.net?
Is session server side or client side?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What are the uses of list view control in Asp.net?
Which control has default post back is enabled(true)?
What are the properties of the eventargs argument when capturing keyboard events?
What is the procedure to create the environment for asp.net? : asp.net mvc
How should I destroy my objects in asp.net?
Where is the view state data stored?
What is postback pixel?