this.comboBox1.DataSource=da.DefaultView;
this.comboBox1.DisplayMember="Name";
this.comboBox1.ValueMember="id";
this.comboBox1.SelectedIndex=0;
string texts=this.comboBox1.SelectedText.ToString();;
string values=this.comboBox1.SelectedValue.ToString();