示例#1
0
 protected void Fill_Show_Dropdown()
 {
     string[] shows = showtracker.GetShowNames();
     ShowDropDownList.DataSource = shows;
     ShowDropDownList.DataBind();
 }