Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1180
ObjectDataSource in WebHierarchicalDataSource - how to get parent row(s) id?
posted

Sorry for a bit newbie quetion - my "first" steps with ASP :)

There are two objectdatasources assigned to WebHierarchicalDataSource.
Objectdatasource calls some function to get first and second level of data - lets say GetCustomers for level1 and GetOrders for level2.

I get first level data based on some hidden Id, after that - how can I parametrize objectdatasource to get orders only for customer being loaded or customer being expanded ?

Parents Reply Children
No Data