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
What are the advantages of asp.net?
Why and where this web.config file is used?
Write a code for sending an email from asp.net application.
How many types of session state management options available in asp.net?
Explain transparent caching with aop?
What is special types forms
how to write html code with ssl
How many types of sessions in asp.net?
What are the types of caching in asp.net?
How do you hide the columns?
How to handle errors in Web API?
Does asp.net still recognize the global.asa file?
Explain how asp.net different from asp?
Define tracing.
Define viewstate in .net?