What is view state and how this can be done and was this
there in asp?
Answer Posted / anand mishra
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
view state value from one web page can not be accessed from
another web page.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we need a web application session?
What is preprocessor in .net? Where it use?
What is web api config?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is new asp.net core?
How do http sessions work?
What is asp.net used for?
How many types of controls are there in asp.net?
How we can force all the validation controls to run?
How do u optimize a query in asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How to Insert/Add in ASPXgridview
Explain asp.net mvc request life cycle? : asp.net mvc
What is session state server?
How can I create master page in asp net?