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 ispostback method in asp.net? Why do we use that?
Define transparent caching with aop?
What is strong-typing versus weak-typing?
Explain the path instructions in xaml?
Can you clarified A Web service can only be written in .NET or not?
Is asp.net 64-bit enabled? How?
What is a user session?
Where the viewstate is stored after the page postback?
Explain the differences between managed and unmanaged code?
What is data binding in asp net?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is the difference between exe and dll?
What is application and session in asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is viewstate? In which event of the page life cycle, is the viewstate available?