Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
Answer Posted / js_m
C
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the importance of Global.asax in ASP.NET?
Explain model, view and controller represent in an mvc application? : asp.net mvc
calling result set one procedure to anothar procedure in sql2000
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are url fragments?
Why do we need url encoding?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is the displayafter property in updateprogress control?
Which is faster union or union all?
What is localhost in asp.net?
What is the use of service provider?
How can we apply themes to an asp.net application?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is ashx file in asp.net?
How we can force all the validation controls to run?