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 repository pattern in asp.net mvc? : asp.net mvc
Explain server-side scripting?
What is the difference between session.abandon() vs clear()?
What are the differences between primary foreign and unique keys?
How can you ensure a permanent cookie?
What is asp.net? How is it different from asp?
What is cache in asp net?
explain code with multi inhertance
How to handle errors in Web API?
How do you store a value in viewstate and retrieve them?
What is rending process in ASP.NET?
If you are using components in your application, how can you handle exceptions raised in a component?
What is clr? Difference between clr & cts?
What is the use of data set in asp.net?
How do cookies work? Give an example of their abuse.