Welcome to AspAdvice Sign in | Join | Help

August 2006 - Posts

So I have a quick and dirty XML Profile Provider for our app (the powers that be have not determined where the profiles will actually be kept yet) which stores the profile as XML elements within a file in Isolated Storage. Perfect, this works beautifully Read More...
One of the big issues that are always raised whenever I go into a project is the size of ViewState on complex pages. I'm not talking the 200 - 500 byte ViewState that a simple page might have, but the 300K - 1mb that a very large, complex grid might have. Read More...