ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1155 Page Views: 

Which object is used to share variables across all the users in an ASP.Net web application?



Posted By: Avi Date: 9 September 2009 05:17:02 PM
 Answer:

Application Object


Posted By: eTechPlanet


Date: 9 September 2009 05:17:02 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image if7TU0
Related Questions
ASP.Net : What do you mean by ViewState and what is its role?

What do you mean by ViewState and what is its role?

ViewState is a state which represents the state of the page that must persist across postback. Role....
Category: ASP.Net Date: 10/5/2010 6:17:19 PM
ASP.Net : Which data type is supported by RangeValidator control?

Which data type is supported by RangeValidator control?

Three datatypes are supported, viz. , String, Integer and Date.
Category: ASP.Net Date: 10/5/2010 2:20:19 PM
ASP.Net : Is it possible for a user browsing a website to read Web.config or Global.asax files?

Is it possible for a user browsing a website to read Web.config or Global.asax files?

No, he can't read these files as access to these files is not possible. This is because the section ....
Category: ASP.Net Date: 10/5/2010 11:44:20 AM
ASP.Net : To display the data in repeater control which template should be used?

To display the data in repeater control which template should be used?

Item Template should be used.
Category: ASP.Net Date: 10/5/2010 9:34:19 AM
ASP.Net : How does the RaiseBubbleEvent works?

How does the RaiseBubbleEvent works?

RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
Category: ASP.Net Date: 10/5/2010 12:50:20 AM