Very useful article on how to reduce your ViewState size. Also very simple to implement.
http://szokelizer.blogsome.com/2006/11/09/how-to-put-controlstate-into-viewstate-and-how-to-put-viewstate-into-session/
This post I’ll keep short and sweet.
If you are using a Regular Expression Validator you will have the problem that if you use a line break it won’t validate when you write something like ^.{0,n}$ even though the dot is supposed to match anything
Apparently the dot isn’t supposed to match new line characters
I took [...]
Just started using the ASP.Net Web Forms wrapper for JqGrid, worth taking a look at
http://trirand.net/default.aspx
First look at the official JqGrid ASP.Net Web Forms control here http://www.trirand.net/jqgrid.aspx
Includes support for Linq and object data sources.