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
How does the service stream content?
What is autopostback in dropdownlist in asp net?
Explain security types in asp.net?
Why session is more secure than cookies?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is http protocol and how it works?
What is fulltrust?
What I need to create and run an asp.net application?
How can we inherit a static member?
Explain the components of web form in asp.net
What are session state modes in asp.net?
What is preprocessor in .net? Where it use?
How many types of state management are there in asp net?
How do you do Client-side validation in .Net?
How to use ipostback?