VS 2005, ASP.NET with C#, Windows XP, II6
Hi,
Please refer to the topic http://www.codeproject.com/KB/viewstate/SaveViewState.aspx. The topic demonstrates how you can save ViewState to a file system over server so as to make ViewState very small on roundtrips. The author had created a class BasePage by inheriting System.Web.UI.Page and all the pages are derived from this class.
The site i am developing uses a masterpage and all the pages are derived from this masterpage. When i try to override SavePageStateToPersistenceMedium(), a compilation error is generated indicating that there is no such method to override within System.Web.UI.MasterPage.
Does anyone of you have an idea, how could i solve this problem.
Your help is highly appreciated.
Thanks and Regards Irfan