dropdownlist.DataSource=datatable;
dropdownlist.DataTextField="字段名";
dropdownlist.DataValueField="字段名";
dropdownlist.DataBind();