Where is the view state data stored in asp net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

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" %>

2 Answers   Syntax Softtech,


What are the page level transaction and class level transaction?

1 Answers   Satyam,


Explain difference between dataset and datareader?

0 Answers  


What are the different method of navigation in asp.net?

0 Answers  


What are the advantages and disadvantages of session?

0 Answers  






What is the role of global.asax?

10 Answers   Infosys,


What is postback and autopostback in asp.net?

0 Answers  


How do you retrieve information from web.config ?

5 Answers   MMTS,


what is the jit? what is the type of jit and purpose of it>

2 Answers   Honeywell,


Web API supports which protocol?

0 Answers  


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?

0 Answers   BirlaSoft,


Categories