private void BindDataToCategoriesDDL() { CategoriesDropDownList.Items.Clear(); CategoriesDropDownList.Items.AddRange(ArticleCategory.GetListItems(CountriesDropDownList.SelectedValue)); }