what is view stat how it is use ?

Answers were Sorted based on User's Feedback



what is view stat how it is use ?..

Answer / michael jerold

viewstate means to store the data when page is postback that
is called viewstate.

Is This Answer Correct ?    4 Yes 2 No

what is view stat how it is use ?..

Answer / guru gangadhar

Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

what is client back feauture ?

1 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


What is the default authentication mode for asp.net?

0 Answers  


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,






What is the difference between trace and debug in asp.net?

0 Answers  


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


Is asp.net core faster?

0 Answers  


How do you make your site SSL enabled ?

3 Answers   Satyam,


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


Can action method static?

0 Answers  


Categories