Results 1 to 3 of 3

Thread: Table changes doesnt appear in combobox

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2007
    Posts
    58

    Table changes doesnt appear in combobox

    I have 2 comboboxes linked with datasource , datamember proprieties with 2 tables.

    In the same application I can input/delete/modify the records of the those tables.

    My problem is that the combobox doesnt display the changes until I exit the application and enter again.

    It must be a way to add dinamic those changes to combobox without closing the applucation

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Table changes doesnt appear in combobox

    How have you loaded the data into the ComboBox? If you have bound the data then it will update automatically, which is what data-binding is for.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2007
    Posts
    58

    Re: Table changes doesnt appear in combobox

    for each comboboxes I have an datatablebindingsource ... and it doesnt update it automatically

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width