Beispiel #1
0
 protected void Fill_Show_Dropdown()
 {
     string[] shows = showtracker.GetShowNames();
     ShowDropDownList.DataSource = shows;
     ShowDropDownList.DataBind();
 }
Beispiel #2
0
 protected void FillShowDropDown()
 {
     string[] shows = bsc.GetShows();
     ShowDropDownList.DataSource = shows;
     ShowDropDownList.DataBind();
 }