I have a problem and not sure how to resolve it.
I have created a supertype entity e.g. Employee
ASP.NET page databinds EmployeeCollection to a treeview.
Employee has subtypes e.g. Manager, BoardMember.
When user clicks on treeview link i need to load entity from database.
How do i identify which subtype is it? and how do i load subtype instead of supertype.
Thanks