Explain how viewstate is being formed and how it's stored on client in .net?



Explain how viewstate is being formed and how it's stored on client in .net?..

Answer / Chand Mohmmad

ViewState in ASP.NET is a hidden field control that stores server control property values, view-state enabled control values, and other page-specific data on the client. The ViewState is created by serializing the object graph of the page and its controls into a Base64-encoded string and stored within the page's <form> tag as __VIEWSTATE.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Tell us what is a sealed class?

1 Answers  


Is .net core managed code?

1 Answers  


What is different between User Control and Web Control and Custom Control?

2 Answers  


Interop Services?

1 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

1 Answers  


Please explain what is the difference between a class and an object?

1 Answers  


Is there any thread in our .net programs?

1 Answers  


diff between forms authentication and windows authentication?

11 Answers  


What is CLR? How it will work?

3 Answers   NeoSoft,


Which dll translate xml to sql in internet information server (iis)?

1 Answers  


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


Explain memory-mapped files.

1 Answers  


Categories