WPF custom control

May 24 2010 2:33 AM
Hi Folks, 
I have created a custom combobox, which has a property that holds a corresponding textbox name. 
When I choose a combobox item, the corresponding textbox should be updated with some value. (Note the textbox name is taken from custom combobox property[newly created])
How can I do this using xaml / code behind

Answers (1)