Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


Which is better asp.net or php?

0 Answers  


What is .NetFramework?

1 Answers   Syntel,


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


what is a virtual class?

1 Answers   Patni,


Why do we use sessions?

0 Answers  


What is a gridview in asp.net?

0 Answers  


Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  


Caching techniques in .NET ?

1 Answers   Microsoft,


Uses of CLR ?

2 Answers   Mind Tree, PH Software, TCS,


Categories