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
Which is better session or viewstate?
Describe a bubbled event and how it is used ?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How you will manage the state of ASP.NET controls?
What is recordset asp?
Difference between web user control and web custom control?
Where is asp.net view state stored?
What is the difference between a default skin and a named skin?
What are the new web part controls in asp.net 2.0 ?
Is viewstate enabled by default?
What is virtual directory in asp.net?
Explain how to prepare culture-specific formatting in .net.
What is the difference between Hash table and Array list?
What is the appSettings Section in the web.config file?
Apart from IDE what are the enhancements in asp.net 2.0?