User-1757069096 posted
Hi,
I am developing a Dynamic Data web application with Oracle as backend.
I am using Object Data source instead of EntityDataSource or LINQDataSource since the LINQ to SQL model or EntityData Model does not support Oracle, by default.
I am using DynamicObjectdataSource from DynamicDataFutures.
I am able to dynamically generate the necessary fields for a gridview, using an ObjectModel but I am not able to replicate two features:
1. I am not able to navigate through the Foreign keys between the Tables as in a Dynamic Web application against a LINQ ORM.
2. I am not able to use FilterRepeater and not able to register DynamicDataManager as it expects that WhereParamters of IDataSource to be implemented.
Please guide me how to proceed.