what is view state and its use
Answer Posted / rajesh
Actully All HTML controls are state-less ie;-these can not
store any type of clients inputs.when ever we send the page
to server it will send this page as fresh one.so we loose
the data what we have entered.
To store all these data (temporarly) in clients browsers ,
.Net provide a concept that is known as View state .View
state store the data in encoding format,so that one can not
gues it easily.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
What is razor? : asp.net mvc
What is preprocessor in .net? Where it use?
Which platform does Microsoft .NET use for exchanging data between applications?
What is rich control in asp.net?
Fetch one page value to another page without using state-managment ?
Explain the concept of event bubbling in ASP.NET?
What are validator? Name the validation controls in asp.net?
Why we use content place holder in asp.net?
What are the session variables?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Differentiate between file-based dependency and key-based dependency.
How to deploy/publish webservices?How many ways?Plz explain me
Will the asp.net validators run in server side or client side?
How you can access the properties and controls of master pages from content pages?
Explain serialization and deserialization?