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 / nitin
By using Out-of-process session state management.
first of all we store all details of page 1, 2 and page 3
in session objects and then we use out-of-process session
state management to store sessions in sqlserver by enabling
web.config file
in web.config file we use
<sessionstate mode="SqlServer" path="sqlserver path"/>
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is a url string?
Why does my asp.net file have multiple tag with runat=server?
Is LINQ performance wise better or using sqlcommand?
What are client activated objects and server activated objects?
Explain how can you debug your .net application?
Write the different features of a Thread and a Process?
What is the parent class of all the web server control?
How do we ensure view state has not tampered?
What is Web API?
What is the behavior of a Web browser when it receives an invalid element?
explain code with multi inhertance
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain exception filters?
How to prepare culture-specific formatting in .net.