What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
Answer / nikhiul saxena
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 ? | 0 Yes | 0 No |
How do you do Client-side validation in .Net?
Please brief not about xsd,xslt & xml?
Can we change the session timeout in ASP.NET, if yes then how and from where?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
How do you construct HtmlResponseMessage?
What is Difference between Application object and Session Object
Define what is razor? : asp.net mvc
Differentiate globalization and localization.
What is stateless asp or asp.net ?
2 Answers Accenture, BirlaSoft,
What are the 3 levels at which content pages can be attached to Master Page?
what is Master pages in asp.net? what is the advantages and disadvantages?
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)