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 are HTTP handlers in ASP.NET?
What is the differences between a primary key and a unique key in sql server?
How does windows service lifecycle differ from a .standard. Exe?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Distinguish between Server-side and Client-side code?
How can we provide the WebParts control functionality to a server control?
What is the difference between user control and custom control?
Explain the code Access Security (CAS) in .net Framework?
Define viewstate in .net?
What are client activated objects and server activated objects?
What is difference between ispostback and autopostback in asp net?
What language does asp.net use?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Explain different authentication modes in asp.net?
Is it possible to write code in many languages in one asp.net project?