|
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.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, ASP.NET, SQL 2000, 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#.NET 2.0, Win2K, WinXP, Win2003, ASP.NET, IIS, VS2005, Dev
|
Dario Solera |
4.66 |
|
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, .NET 2.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, .NET 1.0, .NET 1.1, ASP.NET, IIS 5.1, IIS 6, VS.NET2003, Dev
|
Daniel Fruzynski |
4.46 |
|
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 (.NET 3.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#.NET 1.0, .NET 1.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, .NET 1.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#.NET 2.0, Win2K, ASP.NET, VS2005, Dev
|
Sendilkumar.M |
2.82 |
|
GridView within GridView
Updated: 15 Jan 2008
Manipulating ChildGrid within MasterGrid
C# (C# 2.0), Windows, .NET (.NET 2.0), ASP.NET, Dev
|
babbar |
2.41 |
|