Пример #1
0
 public void bind()
 {
     this.DropDownList1.DataSource     = BLL_Hotel.Bind_DropDwonListBindYear();
     this.DropDownList1.DataTextField  = "year";
     this.DropDownList1.DataValueField = "year";
     this.DropDownList1.DataBind();
 }