You're getting the instance of the TenantData as the ComboBox's selected item. What you want to display is the "Tenant" property. Thus, you have to do something like "myTextBox.Text = (selectedItem as TenantData).Tenant".
karmicpuppet
2010-08-23 21:04:20