|
|
| StateBag [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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# |
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 |
|  | |
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. |
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# |
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 |
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 |
|  | |
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 |
The developers of the .Net Framework included several ways to maintain state; one using something called “ViewState”, another using cookies, another being the ASP.NET’s Session State Server, and there are others but those are the most common ones. Author: Shane Mallett Code: ASP.NET v1.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|