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
PJ MartinsPosted May 26, 2010, 6:42 PM
eg if you are using a Grid you'd do the following:
((TextBox)grid.FindName("<