views:

37

answers:

0

Hi.I have two tabpage and two combobox (C#). combobox1 in tabpage1 and combobox2 in tabpage2.

when I use this code "combobox1.enable=false;" both of my combobox.enable get false.but I need to disable just one of them.

another question:when I change combobox1.text both of them change.why?