Where can we set the specific variables for a application
and Session objects ?

Answers were Sorted based on User's Feedback



Where can we set the specific variables for a application and Session objects ?..

Answer / psetty

We can set the specific variables for the Application and
Session objects in the application_Start and Session_start
subroutines.

Is This Answer Correct ?    5 Yes 0 No

Where can we set the specific variables for a application and Session objects ?..

Answer / sathish

Application variable value is static value and not expired
the value.
ex:

application("vari name")=10

session vari., value have been expired 2 their duration of
session timing...

ex:

session("vari-name")=12

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is difference between session and cookies in asp net?

0 Answers  


Where is the view state data stored in asp net?

0 Answers  


What is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What are Session states available and its Uses?

0 Answers   CTS, iLogic,






Where is http session stored?

0 Answers  


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


What are themes and skins in 2.0, explain usage scenario?

0 Answers  


Name the namespace which is used by ado.net?

0 Answers  


Disable Mouse right click on web page in asp.net?

0 Answers   HCL,


I am trying to redirect another site on button click.

8 Answers  


Difference between abstract class and interface

2 Answers   Fidelity,


Categories