Exemplo n.º 1
0
 private void BuildSchedule()
 {
     if (ShowTheSchedule())
     {
         CentralLibrary.DisplaySchedule(tableSchedule, "~/ScheduleModify.aspx", Convert.ToInt32(listSeason.SelectedValue), false);
     }
 }
 protected void buttonSelect_Click(object sender, EventArgs e)
 {
     labelSeason.Text = listSeason.SelectedItem.Text;
     //CentralLibrary.DisplaySchedule(this.tableSchedule, null, "", Convert.ToInt32(this.listSeason.SelectedValue), true);
     CentralLibrary.DisplaySchedule(tableSchedule, "", Convert.ToInt32(listSeason.SelectedValue), true);
 }