protected void Page_PreInit(object sender, EventArgs e) { if (Request.QueryString["masterPageFile"] != null) this.MasterPageFile = Request.QueryString["masterPageFile"]; if (Session["masterPageFile"] != null) this.MasterPageFile = Session["masterPageFile"].ToString(); }