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