How to put the result of 2 DataReader in a DataList??

O

ola

Hi to all,

I am working on an e-commerce site , and Im trying to show a documents
historic to the user.So the idea is to have a table like this:

Orders Deliveries Invoices ...
----------------------------------------------
123 4125 5214
1236 5214
5214 63214
-----------------------------------------------
854 854 8541
85478 89654
8745
-----------------------------------------------


So i have many procedures to get these informations .
1) Get the list of orders numbers
2)for each order , get the list of deliveries
3)for each order ,get the list of invoices

In the table we have for exemple an order (in orders column) , and all
the Deliveries that correspond to this order(in Deliveries column) ,
all the invoices that correspond to the orders and Deliveries (in the
invoices column).

So i can't bind my DataList to one simple SQLDataReader , because i
have many procedure .How can i do this??
Thank you for any idea
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top