catch (CryptographicException)
66 {
67 this._pageFlags = true;
68 }
69 if ((path != null) && (path != this.Request.CurrentExecutionFilePathObject))
70 {
71 this._pageFlags = true;
72 this._previousPagePath = path;
73 }
74 }
75 }
76 }
77 if (this.MaintainScrollPositionOnPostBack)
78 {
79 this.LoadScrollPosition();
80 }
81
82 this.PerformPreInit();
83
84 this.InitRecursive(null);
85
86 &