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


Please Help Members By Posting Answers For Below Questions

Why do we need a web application session?

695


What is preprocessor in .net? Where it use?

709


What is web api config?

732


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?

744


What is new asp.net core?

761


How do http sessions work?

660


What is asp.net used for?

798


How many types of controls are there in asp.net?

713


How we can force all the validation controls to run?

727


How do u optimize a query in asp.net?

751


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

1761


How to Insert/Add in ASPXgridview

749


Explain asp.net mvc request life cycle? : asp.net mvc

661


What is session state server?

845


How can I create master page in asp net?

682