Ok...here's my dilemma:
I've created my own business object...PurchaseOrder. In the purchase
order object, there exists a collection object...PurchaseOrderItems.
My page is bound to PurchaseOrder, and I need to bind a gridview to the
PurchaseOrderItems of the exact same PurchaseOrder that's already being
bound to the page. I can't use two ObjectDataSources, as there would
then be 2 PurchaseOrder objects created.
Any ideas?
I've created my own business object...PurchaseOrder. In the purchase
order object, there exists a collection object...PurchaseOrderItems.
My page is bound to PurchaseOrder, and I need to bind a gridview to the
PurchaseOrderItems of the exact same PurchaseOrder that's already being
bound to the page. I can't use two ObjectDataSources, as there would
then be 2 PurchaseOrder objects created.
Any ideas?