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 application and session in asp.net?
What is Razor View Engine
What is the used of "ispostback" property?
What is active web pages?
What is http response header?
What are the major built-in objects in ASP.NET?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Define common type system?
What is data reader in asp.net?
Explain the difference between globalization and localization techniques
Can I stream live content/events?
What are early binding and late binding.
How many validators do ASP.NET have?
Explain authorization levels in .net ?
What is cookies cache and session?