What is view state and how this can be done and was this
there in asp?
Answer Posted / nilesh lende
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain About WebService
How can I have a particular web page in an asp.net application which displays its own error page?
Explain about solution explorer window?
Where is session data stored in asp net?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
List the major built-in objects in asp.net?
What is the difference between Classic ASP and ASP.Net?
how to debug web services on consumer side?
Which method do you use to enforce garbage collection in .net?
How do we ensure view state has not tampered?
What is application state?
What are sessions used for?
Where is session cookies stored?
calling result set one procedure to anothar procedure in sql2000
What is server components?