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 |
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
What is .netmodule and how is different from .dll and .exe
How will create assesblies at run time?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How many Language support in ASP.NET?
What is cross page posting in asp net?
Differentiate between authentication and authorization.
Can two web application share a session and application variable ?
5 Answers Satyam, V3 Engineers,
What is active web page?
Explain the difference between overriding and overloading?
Why Unload event of MasterPage Calls first in ASP.net ?
Types of session management in ASP.NET ?
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)