Click here to Skip to main content
6,822,613 members and growing! (20,124 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager

View State


Web Development » View State
Language
Platform
Technology
Audience
Skill Level
Topic
Clear All

Contents

    ASP.NET - Viewstate

    top
    Title / Updated Author Score  
    ViewState Provider - an implementation using Provider Model Design Pattern
    Updated: 15 Aug 2004  
    Solve the ViewState problems using the industry well-known pattern - Provider Model design pattern.
    C#, SQL.NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, SQL2000, VS.NET2003, DBA, Dev
    Elvin Cheng 4.77
    ViewState Compression
    Updated: 10 Jul 2006  
    How to compress the ViewState of ASP.NET pages and save bandwidth.
    C#.NET2.0, Win2K, WinXP, Win2003, ASP.NET, IIS, VS2005, Dev
    Dario Solera 4.67
    Automatic ViewState Properties with the ViewState attribute
    Updated: 28 Jan 2010  
    Automatic ViewState properties.
    C#3.0, C#4.0.NET3.0, .NET3.5, .NET4.0, ASP.NET, Architect, Dev
    kennysun 4.58
    Save ViewState on the File System
    Updated: 2 Sep 2007  
    An article on how to save the ViewState on the file system.
    C#2.0, Windows, .NET2.0, ASP.NET, WebForms, VS2005, Dev
    ibrahimuludag 4.54
    DataGrid's ViewState optimization
    Updated: 11 Apr 2005  
    How to reduce DataGrid's ViewState size, while maintaining all DataGrid's functionalities.
    C#, VC7, VC7.1, Windows, .NET1.0, .NET1.1, ASP.NET, IIS5.1, IIS6, VS.NET2003, Dev
    Daniel Fruzynski 4.48
    ViewState management using AOP - PostSharp4ViewState
    Updated: 20 Sep 2008  
    How to automate ViewState and control state management using AOP techniques.
    C# (C#3.0), .NET (.NET3.5), ASP.NET, Dev
    Szymon Pobiega 4.40
    Yet, another ViewState viewer
    Updated: 7 Mar 2004  
    In the following lines, I'll show how to create a very simple viewer that displays the contents of the controls store in view state. It's NOT just a tree holding all the ViewState data as stored in __VIEWSTATE field, but a list of all the controls storing data in ViewState and the saved data.
    C#.NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, Dev
    Natty Gur 4.21
    Retaining State for Dynamically Created Controls in ASP.NET applications
    Updated: 18 Feb 2003  
    When creating controls on the fly on your ASP.NET pages viewstate is a bit hard to track. Learn how it works and how to help your application remembers where to put what.
    C#, Windows, .NET1.0, ASP.NET, Visual-Studio, Dev
    Mads Nissen 4.11
    Access ViewState Across Pages
    Updated: 30 Jun 2009  
    This article demonstrates how we can share ViewState across pages
    C#, ASP, ASP.NET, WebForms, Ajax, Dev
    Virendra Dugar 3.89
    Keep ASP.NET ViewState out of ASPX Page for Performance Improvement
    Updated: 23 Jul 2005  
    How you could improve performance of your ASP.NET projects, keeping ViewState on the server instead of on the ASPX page.
    VB, Windows, .NET, ASP.NET, Visual-Studio, WebForms, Dev
    Régis Daniel de Oliveira 3.81
    ViewState and User Defined Data Type
    Updated: 29 Sep 2004  
    How to play with ViewState and user defined datatype.
    C#.NET2.0, Win2K, ASP.NET, VS2005, Dev
    Sendilkumar.M 2.94
    GridView within GridView
    Updated: 15 Jan 2008  
    Manipulating ChildGrid within MasterGrid
    C# (C#2.0), Windows, .NET (.NET2.0), ASP.NET, Dev
    babbar 2.41

    Last Updated 10 Feb 2010
    Advertise | Privacy
    Copyright © CodeProject, 1999-2010
    All Rights Reserved. Terms of Use