protected void Page_Load(object sender, EventArgs e) { RefererValidationProvider.CheckHelpReferer(); if (!IsPostBack) { if (Request.QueryString["formKeyHelp"] != null) { hf_TreeViewFormKey_HelpForm.Value = Request.QueryString["formKeyHelp"].ToString(); } } SkinHelper.InitializeSkin(this.Page); ScriptHelper.InitializeScripts(this.Page, typeof(Scripts)); }