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 namespaces are imported by default in ASMX files?

2 Answers  


What is sta?

0 Answers  


What is strong name and which tool is used for this?

4 Answers   Accenture,


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


What is the used of "ispostback" property?

0 Answers  






What is serialization?

5 Answers   Piramal Healthcare,


What do you mean by authentication and authorization

3 Answers  


Explain authorization levels in .net ?

0 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?

2 Answers   Emphasis,


Categories