Where is the view state data stored in asp net?
No Answer is Posted For this Question
Be the First to Post Answer
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" %>
What are the page level transaction and class level transaction?
Explain difference between dataset and datareader?
What are the different method of navigation in asp.net?
What are the advantages and disadvantages of session?
What is the role of global.asax?
What is postback and autopostback in asp.net?
How do you retrieve information from web.config ?
what is the jit? what is the type of jit and purpose of it>
Web API supports which protocol?
main difference between asp.net2.0,asp.net1.1,asp.net1.0
15 Answers Inflexion, Infosys, iSoft, Microsoft, Prakruthi,
How to do state management in ASP.NET?