What is application variable and when it is initialized ?

Answers were Sorted based on User's Feedback



What is application variable and when it is initialized ?..

Answer / rajesh kumar

Application variable is generally Stored in Application
State in Application_start event in Global.asax file which
is fired when the first Instance of Application is created
or when first user open the Website.

Item added to the Application variable in function like
global variable in ASP.NET Page.

Is This Answer Correct ?    15 Yes 2 No

What is application variable and when it is initialized ?..

Answer / vijay

Application variable using server side state management.
It's initialized in global.asax file.
It's using all application .aspx pages.

Is This Answer Correct ?    0 Yes 2 No

What is application variable and when it is initialized ?..

Answer / naidu

Application variable is a variable that is created when the
first or new user who starts the transaction it is
intialised at that time it self .
and it is used as the global purpose also.

Is This Answer Correct ?    1 Yes 4 No

What is application variable and when it is initialized ?..

Answer / babu reddy

it is the process of clien side state managment

we can specify like

applicatio["str"]="Value for ref";

like the above in global.asax

this is for global purpose
we can use this value in any where of our application

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More ASP.NET Interview Questions

Explain about Multi-Language integration?

0 Answers  


what is diff between responseexpires and expiresabsolute

2 Answers   Accenture,


please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


How do I open an ashx file in windows 7?

0 Answers  


when will garbage collector run?

1 Answers  






Is data can be edited in the Repeater control?

2 Answers  


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


How do http sessions work?

0 Answers  


Which object wraps the state or data of a user?

0 Answers  


How do I use a proxy server when invoking a web service?

0 Answers  


What do you mean by authentication and authorization

3 Answers  


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

0 Answers  


Categories