Browse by Tags

All Tags » viewstate » c# (RSS)

SqlViewState - C# Code

using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; public class SqlViewStatePage : Page { private...
Posted by adweigert
Filed under: , ,

SqlViewState - The Path To Better ViewState Storage

A while ago, several colleges of mine were having a terrible time with the loading times of some pages of their web application. Come to find out, they were suffering from ViewState bloat. ViewState was something I always tried to stay away from in the...
Posted by adweigert | with no comments
Filed under: , , ,
More Posts