CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2011
    Posts
    7

    Combo Box Selected Index Change in an other tab

    Hi,

    I am having this issue where I have two tabs in which each tab has a combobox...I need something like If i select an item in combobox1 then the combobox in other tab should also be changed to select the same value. Note that both comboboxes have the same number of items.
    One thing to note here is that I am navigating to different usercontrols on tab selection change. I have attached my exact scenario example below.
    Please help.
    I have commented out 2 lines in UserControl1.cs and UserControl2.cs...The code needs to go there.
    Please someone help. This is kind of urgent and I am out of ideas.

    Thank You in Advance.
    Attached Files Attached Files

  2. #2
    Join Date
    May 2011
    Posts
    7

    Re: Combo Box Selected Index Change in an other tab

    Anyone????

  3. #3
    Join Date
    May 2011
    Posts
    7

    Angry Re: Combo Box Selected Index Change in an other tab

    Anyone there to shed some light on the topic

  4. #4
    Join Date
    May 2011
    Posts
    7

    Unhappy Re: Combo Box Selected Index Change in an other tab

    I am back here again for an answer.....ANYONE???

  5. #5
    Join Date
    May 2011
    Posts
    7

    Re: Combo Box Selected Index Change in an other tab

    Nevermind....I got it....

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