Hi,

I have class hierchary as follows.

City.Province.Country

So basically City has a property of type Province called Province and Province has a property of type Country called Country. In addition, each have a property of type string called Name.

Now when I drag the City object from the DataSource windows, it binds the label Name perfectly. When I run the project I see the City and Province Name fine but for the Country I see the namespace of the Country class. The Text DataBinding property is set to CityBindingSource - Province.Country.Name

Is it because BindingSource only supports properties 1-leve deep? Any feedback will be appreciated.

Regards,

Choudhry