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 |
Tell us what is a sealed class?
Is .net core managed code?
What is different between User Control and Web Control and Custom Control?
Interop Services?
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.
Please explain what is the difference between a class and an object?
Is there any thread in our .net programs?
diff between forms authentication and windows authentication?
What is CLR? How it will work?
Which dll translate xml to sql in internet information server (iis)?
How would ASP and ASP.NET apps run at the same time on the same server?
Explain memory-mapped files.