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
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is the native image generator?
Please explain the difference between constants and read-only variables?
Is .net capable of supporting multi-thread?
Will it go to finally block if there is no exception happened?
What are the core differences between .NET Languages ?
What is the intermediate language between asp and asp.net1.0?
What is il and c#?
what is the meaning silverligt control
How to get the number after decimal point in .net?
How to customize the trace output?
What is file extension of Webservices in .Net?
Explain the code behind wors and contrast that using the inline style.
In code behind class, name the type of code found. Is it the server side code or client side code?
Describe session handling in a webform, how does it work and what are the limitations?