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


Please Help Members By Posting Answers For Below Questions

What is s2s tracking?

627


What is an assembly? Explain its parts.

722


Where is asp.net session stored?

564


Is razor a programming language?

599


Difference between .NET and previous version?

2208






What is the latest version of asp.net?

633


Explain a program using razor view engine to create a simple application? : asp.net mvc

589


Explain the difference between Web Garden and Web Farm?

650


What does the hotspot class in .net do?

651


Explain the different parts that constitute ASP.NET application?

648


What is the difference between debug and release?

610


How can we inherit a static member?

677


What is the differences between a primary key and a unique key in sql server?

635


What is difference between mvc and asp.net? : Asp.Net MVC

659


Define static member?

635