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

Can the dictionary object be created in client?s scope ?

1992


What are server-side comments in ASP.NET?

551


How would you get asp.net running in apache web servers?

546


Define xmlvalidatingreader class.

570


What do you understand by aggregate dependency?

618






What is ashx file in asp.net?

553


What is the difference between ldap and active directory?

519


What is ispostback method in asp.net? Why do we use that?

579


What does aspcompat="true" mean?

561


What are assemblies and namespaces and explain the difference between them ?

570


What is query string in asp.net?

568


How to find last error which occurred in Asp.net ?

687


Why asp.net is better than php?

493


What is autopostback true?

614


What are Authentication and Authorization?

607