Esempio n. 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            bool valid = CheckFunctions.checkIncidents();

            if (valid)
            {
                ProgressFunctions.loadProgress_Data(incidentProgressDropdown);
                ProgressFunctions.loadIncidentInfo(incidentProgressDropdown, technicianListLabel, dateStartedLabel, incidentDescriptionLabel, supervisorNameLabel, packageNameLabel, packageCostLabel);
                estimatedProgressBar.Attributes["value"] = ProgressFunctions.loadProgressStats(incidentProgressDropdown, progress1Label, progress2Label, progress3Label).ToString();
            }
        }