what are types of viewstate
Answer / taran
there r no types of viewstate since viewstate itself is one
of the type of asp.net state management. viewstate: used to
save data within postbacks in hidden fields. stored data can
be encrypted for more security via 1) web.config file's
<Configuration>
<system.web>
<pages viewStateEncryptionMode="Always"/>
</system.web>
</configuration>
or 2) page directive:-
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default"
ViewStateEncryptionMode="Always"%>
can set to off:
1) at entire page level or at specific control level
2) at machine or application level in web.config file
| Is This Answer Correct ? | 28 Yes | 1 No |
Can One website be made using two different languages like c#,vb.net etc......
Explain different authentication modes in asp.net?
What are the Types of chaching. How to implement caching
What is the difference between adding reference in solution explorer and adding references by using ?
What is the difference between a Thread and Process?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are the main components of the ADO object model? How are they used?
2 Answers HCL, Syntax Softtech,
What is boxing and unboxing in asp.net?
How do you remove duplicates without using remove duplicate stage?
what are the attributes of sitemapnode?
Is asp.net different from asp? If yes, explain how?
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)