What is the difference between session object and application object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How does a content page different from a master page?

0 Answers   MindCracker,


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


What is a web api? Which protocol is used in a web api?

0 Answers  


What is Web Application?

2 Answers   HCL,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,






What is application and session in asp.net?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers   Siebel Systems,


What are the new login controls in asp.net 2.0?

0 Answers  


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


What is a Cookie? Where is it used in ASP.NET?

0 Answers   MindCracker,


Is it possible to prevent a browser from caching an ASPX page?

3 Answers  


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


Categories