How can u deifne the benefits and limitation of using Viewstate for state management?
Answer / Manish Kumar Chaurasia
ViewState is used to maintain view state information between postbacks in ASP.NET. It provides automatic persistence of page and control properties between requests. Benefits include the ability to keep user interface state during a round trip and reduced server load due to less data being sent back and forth compared to other options like Session State.nHowever, ViewState can be a drawback when dealing with large amounts of data or sensitive information due to its size and potential security risks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is asp.net web application?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How to find last error which occurred in Asp.net ?
What is the syntax for datagrid and specifying columns?
what is structured data format?
What is viewstate?
6 Answers Abacus, Microsoft, Sopra,
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
How many no of classes in .net
what is PostBack Property exactly ? when It Returns True? when it Returns False?
How to store a dataset in a viewstate?
What is _viewstart?
What are the asp.net list controls and difference between them?
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)