Esempio n. 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string WhatIsLARPingText;

            Session["ActiveLeftNav"] = "WhatIsLARPing";
            Classes.cLogin WhatIsIt = new Classes.cLogin();
            WhatIsIt.getWhatIsLARPing();
            WhatIsLARPingText     = WhatIsIt.WhatIsLARPingText;
            lblWhatIsLARPing.Text = WhatIsLARPingText;
        }
Esempio n. 2
0
 protected void Page_PreRender(object sender, EventArgs e)
 {
     Classes.cLogin WhatIsIt = new Classes.cLogin();
     WhatIsIt.getWhatIsLARPing();
     lblWhatIsLARPing.Text = WhatIsIt.WhatIsLARPingText;
 }