Exemple #1
0
        protected void Page_Load(object sender, System.EventArgs e)
        {
            if (Request.Params["paguid"] != null)
            {
                string paGuid = Request.Params["paguid"];
                ProcessAgentDB ticketing = new ProcessAgentDB();
                paTag = ticketing.GetProcessAgentTag(paGuid);
            }

            if (!Page.IsPostBack)			// populate with all the group IDs
            {
                // populate ticket type drop down
                PopulateTicketTypeDropDown();

                refreshUrlRepeater();
            }
        }