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 web.config in .net?
What is cyclomatic complexity and why is it important?
The project which you have made, which methodology did you use?
Explain what is the difference between web application and enterprise application?
What is jit compilers?
What are multicast delegates?
what is the keyword used for self reference?
what is the meaning silverligt control
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is the use of common language runtime?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is the benefit of .net core?
what are connection strings?
What are the improvements made in cas in .net 4.0?
What is Event - Delegate? clear syntax for writing a event delegate