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’s the use of “GLOBAL.ASAX” file?

594


Where is the view state data stored?

562


What is the difference between adding reference in solution explorer and adding references by using ?

568


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

597


How do I use a proxy server when invoking a web service?

519






Define transparent caching with aop?

528


Explain about consistent programming model in the .NET framework?

586


What are the modes of updation in an updatepanel?

549


What are early binding and late binding.

561


What is connection pooling and how to enable and disable connection pooling?

475


What is razor? : asp.net mvc

553


What are the authentication types in asp.net?

568


Explain MVC model binders?

593


How is mvc different from asp.net? : Asp.Net MVC

541


How do I create a web form?

525