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 the events in a page life cycle?
Explain the advantages of passport authentication.
How does session state work in asp.net?
What is the difference between a default skin and a named skin?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain cashing in asp.net.
How does cookies work in asp net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Why would anyone need to implement their own hashtable or linked list?
Securitywise What are the Enhancements in 2.0?
Explain the role of global.asax?
Can one dll file contains the compiled code of more than one .net language?
Define web services in asp.net.
What is the life cycle of an asp.net page?
How can we Validate a Controls in ASP.NET page using JavaScript?