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

In a webpage if i want to give access to only half page ,then what should i do?

3 Answers  


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


What are the different authentication modes in asp.net?

0 Answers  


What is break mode?

0 Answers  






How many web.copnfig can exists in a web application & which will be used ?

3 Answers   MMTS,


How can you ensure a permanent cookie?

0 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


How do we access view state value of this page in the next page?

0 Answers   MindCracker,


What is custom tag in Web.Config?

0 Answers   Accenture,


Differentiate between a hyperlink control and a linkbutton control.

0 Answers  


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

0 Answers   Siebel,


Categories