Answer Posted / prashant
ViewState is the mechanism ASP.NET uses to keep track of
server control state values that don’t otherwise post back
as part of the HTTP form. ViewState Maintains the UI State
of a Page
ViewState is base64-encoded. It is not encrypted but it can
be encrypted by setting EnableViewStatMAC=”true” & setting
the machineKey validation type to 3DES. If you want to NOT
maintain the ViewState, include the directive < %@ Page
EnableViewState="false" % > at the top of an .aspx page or
add the attribute EnableViewState=”false” to any control.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How is a managed code executed?
What is UDDI and how to register the web service in it?
How to debug failed assembly binds?
How do you view the methods and members of a dll?
Explain how to stop a thread?
Why do we use msmq?
Explain soap and xml?
Explain what is reflection in microsoft .net context?
What does cil do?
What are .net functions?
What is the new three features of COM+ services, which are not there in COM (MTS)
Explain cas (code access security)?
What is the difference between a debug and release build?
How you apply a theme in whole application in .Net?