0
The code is automatically generated by Visual Studio when you enter it property window.
this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ConfigMgmtLogDS, "StevesConfigMgmtLog.DocumentType"));
this.comboBox1.DataSource = this.ConfigMgmtLogDS.DocumentTypes;
this.comboBox1.DisplayMember = "DocumentTypes";
this.comboBox1.Location = new System.Drawing.Point(320, 8);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 21);
this.comboBox1.TabIndex = 65;
I matched up this code with that second DS.Table when I assigned that as the datasource. That datasource works fine in the CB. I found no problems in the match up. I also matched up the DS parts. Maybe I should clear() the CB first??