Search Results

0
votes
2answers
56 views

Using SavePageStateToPersistenceMedium() for Master Page ASP.NET

VS 2005, ASP.NET with C#, Windows XP, II6 Hi, Please refer to the topic http://www.codeproject.co …
0
votes

Using SavePageStateToPersistenceMedium() for Master Page ASP.NET

I have found the solution. Actually the aspx page is derived from System.Web.UI.Page while the masterpage is derived from Control class. There the method SavePageStateToPersistenceMedium() is avail …