What is a PostBack?
What is ViewState? How is it encoded? Is it encrypted? Who
uses ViewState? Why is it either useful or evil?
Answer Posted / sahil dua
PostBack is the name given to the process of submitting an
ASP.NET page to the server for processing . PostBack is
done if certain credentials of the page are to be checked
against a database (such as verification of username and
password). This is something that a client machine is not
able to accomplish and thus these details have to
be ‘posted back’ to the server.
Viewstate is a collection of name/value pairs, where
control's and page itself store information that is
persistent among web requests.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the session variables?
What threading model used in asp and asp.net?
What is the life-span of the items in the viewstate?
Describe in brief .net framework and its components.
Define caching.
What is the difference between table and query?
What is the web.config file in asp?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is GAC in ASP.NET 2.0
what is meant by sitemapnode ?
What are url fragments?
How does u call and execute a sp in .net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Define common type system?