R
Rajesh Abraham
Need to have same ComboxBox in two Tab Pages of a Tab
Control so that both pages would exhibit same behavour for
Combo events.
Modifying the InitializeComponent() to add the combo to
both the pages did not work. However dynamically adding
the Combo to the selected page on
tabControl1_SelectedIndexChanged event worked. Is this the
right approch?
Can I have two seperate combo and sort of set one equal to
the other so that both Combos exhibit same behaviour for
its events with out duplicating the code (event handlers
etc)
Thanks,
Rajesh Abraham Chacko
Control so that both pages would exhibit same behavour for
Combo events.
Modifying the InitializeComponent() to add the combo to
both the pages did not work. However dynamically adding
the Combo to the selected page on
tabControl1_SelectedIndexChanged event worked. Is this the
right approch?
Can I have two seperate combo and sort of set one equal to
the other so that both Combos exhibit same behaviour for
its events with out duplicating the code (event handlers
etc)
Thanks,
Rajesh Abraham Chacko