如:
this.combciwork.DataSource    = 数据源(dataset.tables[0]);
this.combciwork.DisplayMember = "编号";
this.combciwork.ValueMember   = "名称";