Exemple #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         GroupSelectHtml = new AjaxGroup().GetGroupSelectHtml(true);
     }
 }
Exemple #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     GroupSelectHtml = new AjaxGroup().GetGroupSelectHtml(true);
     AdminID = Function.GetCookiAdmin().AdminID;
 }