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 |
What is css in asp.net?
How does a web application session work?
What are client activated objects?
What is session authentication?
version information of assembly consist of _________ values.
About Windows/Forms Authentication
Which object encapsulates state or data of a user?
How to Insert/Add in ASPXgridview
How can I open ashx file in mobile?
How to deploy the Asp.Net Project ?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is considered a service provider?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)