Hi everybody.
I am with a problem that seems simple.
I have a class that represent my Entity.
This entity has ID, Title like a property.
Than i inherit form Entity a class named Project that has other properties like... List<Entity> City, Name, List<Activities> Activities
Than when i put my object datasource on screen and associate it for a gridview i can bind all properties that doenst are LIST.
How can i access properties inside my lists?
Like a name of city????????