What is application variable and when it is initialized ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Have u used webcontrols?Tell me something about these?
main difference between asp.net2.0,asp.net1.1,asp.net1.0
15 Answers Inflexion, Infosys, iSoft, Microsoft, Prakruthi,
WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
What is the difference between union and structure?
What is Partial in ASP.NET 2.0?
What is the Global.asax used for?
In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 Answers Syntax Softtech, TCS,
what is satellite assembly in .net?
Types of object in asp ?
How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?
What are url fragments?
Is asp.net core faster?