Answer Posted / sheeladanduboyina
ViewState is built in structure for automatically retaining the multiple requests for the same page. All the data in View State is stored in the form of the Base 64 Algorithm in thehidden field as string. Its the matter of Encryption ,Decrption in storing the data in the ViewState
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is namespace in .net?
What is meant by globalization?
Explain how to produce an assembly?
Please explain what is the .net framework and how does it work?
Please explain what is the difference between constants and read-only variables?
Explain me what are the deferred execution and the immediate execution in linq?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is connection pooling and how do you make your application use it?
What is assemblies in .net?
Using com component in .net?
What is immutability?
What is the difference between a debug and release build?
Please explain what are an object and a class?
What is a web service in .net?
Explain difference between panel and groupbox classes using .net?