If Asp Dot Application is stateless what happened? during
designing

Answers were Sorted based on User's Feedback



If Asp Dot Application is stateless what happened? during designing..

Answer / smita

asp.net is stateless
Both ASP and ASP.NET are stateless. Because both ASP and
ASP.NET uses HTTP protocol which is stateless

Is This Answer Correct ?    9 Yes 3 No

If Asp Dot Application is stateless what happened? during designing..

Answer / tjorg

The sessionStateMode was set to off.

Is This Answer Correct ?    0 Yes 1 No

If Asp Dot Application is stateless what happened? during designing..

Answer / debasis bose

ASP is stateless but ASP.net with States , Cookies, Session
states etc...

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,


What is viewstate?

5 Answers   Microsoft,


What is advantage of viewstate and what are benefits ?

1 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,






How to send a DataReader as a parameter to a remote client ?

0 Answers   Digital GlobalSoft,


How many web.config files in each solution

10 Answers   General Mills,


Which is faster viewdata or viewbag?

0 Answers  


Explain how dot net compiled code will become platform independent?

0 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

0 Answers  


What is the difference between trace and debug in asp.net?

0 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


Categories