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 r the asp.net list controls and diff. Between them?
How information about the user's locale can be accessed?
Differentiate between globalization and localization.
Explain ViewState?
What is a web server? What are the load limits in it?
What are different methods of session maintenance in asp.net?
How many types of Cookies are available in ASP.NET?
Can we have 2 web config files?
What is asp net_sessionid?
What is redirectpermanent in asp.net?
How do u optimize a query in asp.net?
Name the tools or API for developing or testing web api?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Explain the difference between or and orelse?
How would you enable impersonation in the web.config file?