User Profile
Collapse
-
Since The dataset11.Table["Panel"] cannot support on more than two combobox objects, create another new Table --eg. dataset11.Table["Panel1"] can solve the problem .... althought this is not the best answer but alternative answer .... -
Hi All,
Regarding the problem I mentioned in post #1, I still need to explain the code I paste in #1.
I use vs2005 wizard to generate four tables in one dataset --"dataSet11" :
1. CLIENT_GROUP_MA STER
2. CLIENT_GROUP_DE TAIL
3. CLIENT_MASTER
4. PANEL
and its relation:
Table 1.-> Table 2. = CGMaster_CGDeta il (PK = ClientGrpNo, FK = ClientGrpNo)
Table...Leave a comment:
-
C# - Three Combobox - Databinding - DefaultView Problem
I face a problem, please help.
Error I hit when there are three combobox.
Please refer the code with italic characters.
this.comboBox1. DataSource = this.dataSet11. Tables["PANEL"];
this.comboBox2. DataSource = this.dataSet11. Tables["PANEL"].DefaultView;
this.comboBox3. DataSource = dataSet11.Table s["PANEL"];[/
The combobox1 value is as same as combobox3 value....
No activity results to display
Show More
Leave a comment: