What is application variable and when it is initialized ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of execute non query in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Can I have a unique key as foreign key?
How may clustered index we can create in table?
How to fetch a data from one table to another table in asp.net ?
in which protocol ASP.NET WEB API Work?
What is strong-typing versus weak-typing?
How to rename a table using sql queries?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Define a static class?
Define what is razor? : asp.net mvc
How can we identify that the page is post back in asp net?
Explain how asp.net page works?
How you can return View from ASP.NET Web API method?