CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Location
    Colorado
    Posts
    105

    Strange Combobox Behavior

    Hi,

    I have two combo boxes on a form. The combo boxes are populated with the same values. When I change either of the combobox values, the other box changes to the value i have picked, and vice versa. Whats going on here?

    Thanks,

    Larry B.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Strange Combobox Behavior

    Are both these Combo Boxes bound to the same DataSource? Try not to use Bound Controls, they tend to have this kind of weird behavior which is difficult to debug.

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

Featured