What is view state and use of it ?



What is view state and use of it ?..

Answer / bhim bharti

The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested for the first time versus when the form is posted (sent to the server), which allows you to program accordingly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Name two properties common in every validation control?

9 Answers   Siebel Systems,


how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


How do you create a master page?

0 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers  


Describe the master page.

0 Answers  






i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


IN an ASP.NET Web application if there is any error, how can you debug?

0 Answers   Siebel,


how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


Types of objects in ASP ?

2 Answers   Microsoft,


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 is asp.net response object?

0 Answers  


what is shared assembly asp net

1 Answers   Fidelity,


Categories