What is view state and how this can be done and was this
there in asp?
Answer Posted / kautilya
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 ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is postback request?
Why is the standalone environment only useful during the development process?
Which method is used to enforce garbage collection in .net?
What is an example of an application service provider?
Why do we need asp.net?
Explain weak typing and strong typing.
What are the differences between primary foreign and unique keys?
Define a web service in .net?
Explain what are delegates?
What do you understand from custom control?
What are the validation controls available in ASP.NET?
How many types of file extensions for razor views in ASP.Net MVC?
Explain the overview of asp.net?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Is asp.net core faster?