Hits Today: 1 Total: 103 | Updated: 1/21/2008 | |
 | In this video Chris Pels will show how to persist and restore information in the ViewState of a custom user control. First, learn how to persist simple values containing .NET primitive types such as String, Int32, Boolean, etc. Author: Chris Pels Code: ASP.NET v3.5 & VB |
Hits Today: 1 Total: 2792 | Updated: 2/12/2003 | |
 | In ASP.NET pages, the view state represents the state of the page when it was last processed on the server. It's used to build a call context and retain values across two successive requests for the same page. Author: Dino Esposito Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2155 | Updated: 4/29/2003 | |
 | Up till now, it's been pretty easy to decide what topic I should cover next as I've been writing these lessons. This week the choice was a little more difficult. You see I want to get you into some of the really cool stuff, but... Author: John Peterson Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 733 | Updated: 5/2/2006 | |
 | In this article I will try to explain you how ViewState works in Mobile Application, which attributes are involved in implementing ViewSate and tips in making your view state performance better. |
Hits Today: 1 Total: 50 | Updated: 10/9/2007 | |
 | One of the most interesting features of ASP.NET 2.0 is the open way it allows the programmer to manipulate a control's viewstate.
This tutorial explains how to use ViewState to save data across the page postbacks. Author: Richard Bean Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 2150 | Updated: 2/23/2003 | |
 | I have seen many people ask how can you leave a Page and restore its ViewState upon later returning. In the past I provided some helpful hints, but never taken the time to build a full working example Author: Paul Wilson Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1512 | Updated: 3/2/2003 | |
 | Base64 encoding was originally developed for use with MIME encoded messages. Since, it has been used for many other tasks and is not a part of the .Net runtime. Asp.Net uses Base64 to encode the ViewState data for a page, effectively allowing any data... Author: Ryan Trudelle-Schwarz Code: ASP.NET v1.0 | |  | |
Hits Today: 1 Total: 1605 | Updated: 3/21/2003 | |
 | Using client-based state management techniques involves storing information between calls to the server in the final HTML page, in an HTTP request, or on the disk cache of the client computer. Author: Tim Landgrave Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1631 | Updated: 3/25/2003 | |
 | Many ASP.NET programmers have misconception that the Server.Transfer() method can not be used to pass form state to another form. However, with some tweaks you can do so easily. Author: Bipin Joshi Code: ASP.NET v1.0 & VB |
|