コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            WebSite oSite    = new WebSite();
            Service oService = new Service();

            sHTMLMenu      = oSite.GetHTMLMenu(int.Parse(oService.getKeyFromConfigFile("MENU")), 1, this.Page.AppRelativeVirtualPath.Substring(2).ToLower());
            sHTMLBanner    = oSite.GetHTMLBanner(int.Parse(oService.getKeyFromConfigFile("BANNERS")), 1);
            sHTMLFooter    = oSite.GetHTMLFooter(int.Parse(oService.getKeyFromConfigFile("FOOTER")), 1);
            sHTMLContactos = oSite.GetHTMLContacte_nos(int.Parse(oService.getKeyFromConfigFile("CONTACTO")), 1);
        }