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 is s2s tracking?
What is an assembly? Explain its parts.
Where is asp.net session stored?
Is razor a programming language?
Difference between .NET and previous version?
What is the latest version of asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Explain the difference between Web Garden and Web Farm?
What does the hotspot class in .net do?
Explain the different parts that constitute ASP.NET application?
What is the difference between debug and release?
How can we inherit a static member?
What is the differences between a primary key and a unique key in sql server?
What is difference between mvc and asp.net? : Asp.Net MVC
Define static member?