Пример #1
0
 private void BindCountries()
 {
     drpCountry.DataSource = Countries.BindCountries();
     drpCountry.DataBind();
 }