예제 #1
0
 private void BindDataToCategoriesDDL()
 {
     CategoriesDropDownList.Items.Clear();
     CategoriesDropDownList.Items.AddRange(ArticleCategory.GetListItems(CountriesDropDownList.SelectedValue));
 }