Enable viewstate when you need it
Wednesday, September 10, 2008 10:12:06 AM
I don't develop mojoPortal controls that often. Every time I do though, I use an update panel or something that does post backs. The code I write usually is really quick and dirty and uses the viewstate. That being said, mojoPortal turns viewstate off by default. I always forget to use :
Page.EnableViewState = true;