User Profile

Collapse

Profile Sidebar

Collapse
einsson
einsson
Last Activity: Jan 7 '08, 06:25 AM
Joined: Dec 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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 ....
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    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....
    See more | Go to post
No activity results to display
Show More
Working...