How many types of session in asp.net2.0

Answers were Sorted based on User's Feedback



How many types of session in asp.net2.0..

Answer / swapna

ASP.NET pages typically post back to themselves in order to
process events.

Cross Page posting enables us to submit a form and have
this form and all its control values posted to another page.
The control which posts the page and all the control values
it contains has PostbackURL property.

And the receiving page uses PreviousPage property and the
PreviousPageType page directive to access the posting page
values

Is This Answer Correct ?    53 Yes 40 No

How many types of session in asp.net2.0..

Answer / surinder kumar

Three types of session states in asp.net:-
1. Sql Server
2. Inprocess session
3. Out Process session

Is This Answer Correct ?    26 Yes 15 No

How many types of session in asp.net2.0..

Answer / knowledgenet

There are three types of sessions in asp.net:
1.In-process(Default).
2.windows Service(out-proc)
3.SQL server

Is This Answer Correct ?    22 Yes 12 No

How many types of session in asp.net2.0..

Answer / vivek

1.In Proc (bydefault, highest performance)
2. out Proc/state server(differe dedicated server)
3. SQL server(Reside in mssql databse)

Is This Answer Correct ?    22 Yes 14 No

How many types of session in asp.net2.0..

Answer / divya p i

3 types

In proc
Out proc
Sql server

Is This Answer Correct ?    12 Yes 7 No

How many types of session in asp.net2.0..

Answer / gaurav

1. In Proc Session
2. Out Proc Session
2(i) Sql Server
2(ii) State Server

Is This Answer Correct ?    2 Yes 0 No

How many types of session in asp.net2.0..

Answer / suraj

There are two types of Sessions: In Process (default) and
Out Process (There are two options for Out Proc sessions: a)
Using ASP.NET State Service b) SQL Server Database)

With Out Process sessions, comes the concept of Web
Gardening and Web Farming.

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / rajkannu

three types of session states in asp.net

InProc
OutProc
SqlServer

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / liyamary varghese

asp.net supports 4 types of sessions
1)in process:
2)state server
3)sql server
4)custom[it requires manual coding

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / jeyam

In proc
Out proc
Sql server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is asp.net mvc? : asp.net mvc

0 Answers  


step to create a strong name?

1 Answers  


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


Code for updating the database by entering the data into textboxes in aspx form?

2 Answers   TCS, Wipro,


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,






Where session variables are stored?

0 Answers  


What are the 3 levels at which content pages can be attached to Master Page?

0 Answers   MCN Solutions,


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


What are the different types of Caching techniques in ASP.NET?

0 Answers  


What is asp.net and ado net?

0 Answers  


Explain what is postback in asp. Net?

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


Categories