|
-
Jun 5th, 2003, 04:03 PM
#1
Thread Starter
Fanatic Member
Binding Multiple Tables
Hello all,
I need to create a summary page for an ASP application. The page will be the results of about 30 tables with one common indentifier (locationID). I heard that asp.net does a wonderful job with taking massive amount of data in one connection. How would I bind each table to its own datagrid but only return the proper location ID (I will get that using request.querystring)?
Brian
-
Jun 6th, 2003, 01:45 PM
#2
Hyperactive Member
Are you reading the information from a db? Just create one huge SQL SELECT statement with JOINS.....
-
Jun 6th, 2003, 01:55 PM
#3
Thread Starter
Fanatic Member
Won't that give me a result for each instance of that ID in each table, in other words a ton of results?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|