Answer Posted / srujana
ViewState stores the objects serializable in a hidden field
on the page.
ViewState is used to retain the state of server-side
objects between postbacks.
Viewstate is transported between client and the server.
| Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
what cut off mark for po's,what questions they asked for interview?
How ASP.NET page works?
Differentiate between client-side and server-side validations in web pages.
What is _dopostback in asp net?
What is an imagemap in asp.net?
What is autopostback in dropdownlist in asp net?
Is it possible to write code in many languages in one asp.net project?
Where is the session stored?
What is session state server?
How many types of sessions are there in asp net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How can I open ashx file in mobile?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Why select Web API?