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 |
Who will magage un-managed code?
can i call the java script to code behind file?if yes how?
What is the use of SmartNavigation property?
Is global asax mandatory?
Explain how is a property designated as read-only?
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.
What is the difference between localization and globalization?
How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is ipostback?
detail code for sql data connections?
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)