What is view state and how this can be done and was this
there in asp ?
Answers were Sorted based on User's Feedback
Answer / babu reddy
View state one of the state management process
it is done by using hidden fields
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anjireddy bapathu
ViewState is the mechanism that allows state values to be preserved across page postbacks.
it is done by using hidden fields
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ranjans
View state is the method to preserve the values of the page and controls between the round trip. It is a Page Level state management technique. View state is turned on by default.
Key feature are: 1. Retails the value of the control after post-back without using sessions
2. Creates a custom view provider that lets you store View State information either in the page or on the client machine (SQL Database)
This is not there in ASP . ASP is a stateless web application. That means a new instance of a page is created every time when we make a request to the server to get the page and after the round trip our page has been lost immediately.
| Is This Answer Correct ? | 0 Yes | 0 No |
What a diffgram is, and a good use for one?
Is data edited in the Repeater control?
what is Versioning in asp.net and how it maintain in any web application
What is sdlc process?
What is different between webconfig.xml & Machineconfig.xml ?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
what is Disco?what it will do?
What is the Difference B/W Finalize() and Dispose() in .Net?
12 Answers HCL, IBM,
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
Can u able to get the xml document in crystal report if yes how its possible
How Can we use multiple forms in single asp.net application?
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)