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 Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the use of response redirect in asp.net?
Which browsers support the xmlhttprequest object?
What are session state modes in asp.net?
Disable browser cache for entire ASP.NET website?
Give an example of cookie abuse.
What is authorization in asp.net?
What is postback pixel?
Which .NET framework supports Web API?
What is OSI layer? Explain different layers.
Can we have multiple web config files for an asp.net application?
Explain how can we access static variable?
Can any body provide me the sample web application in asp.net
Explain difference between friend and protected friend?
Can you use Web API with ASP.NET Web Form?