Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>

Answer Posted / prasath

C . <%@ OutputCache Duration="600" VaryByParam="None" %>

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can stop the validation of ASP.NET controls from client side?

1087


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1118


What is a pixel url?

989


What is virtual directory in asp.net?

1089


What are the server controls in asp.net?

1000


How can we access static variable?

1159


What is gridview in asp.net?

1054


How to fetch a data from one table to another table in asp.net ?

1086


What is the use of dispose method?

1078


Which is faster viewdata or viewbag?

1049


What are the Types of session management in ASP.NET

1084


How can we inherit a static member?

1114


Can we have a web application running without web.config file?

1032


what are the Custom controls in asp.net?

1081


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1967