ASP.NET Podcast Show #19 – Minimizing the ASP.NET ViewState and Some Marketing Ideas/What not to do for Technical people.
Show Notes
- Marketing for technologists.
- Idiosyncrasies of high-tech people.
- Are customers serious?
- Games that I have had played on me. Note: Don’t play these games unless you want to not be successful.
- Minimizing the ASP.NET ViewState. (Thank’s to Scott Mitchell’s article on MSDN)
- Inherit from the Page Class.
- protected override void SavePageStateToPersistenceMedium(object viewState) {…….}.
- protected override object LoadPageStateFromPersistenceMedium() {………}