//库房 public void storehouse() { this.DropDownList1.DataSource = HouseManager.GetStore(); this.DropDownList1.DataTextField = "HouseName"; this.DropDownList1.DataValueField = "HouseID"; this.DropDownList1.DataBind(); }