[thelist] ASP.NET: Joins in a datagrid?

Ed McCarroll ed at comsimplicity.com
Wed Aug 10 12:35:14 CDT 2005


> is it possible to pull data from multiple tables and join them into
> a single datagrid?

ASP.NET populates a datagrid by handing off a SELECT query to whatever
SQL machine you have for a back end.  ASP.NET doesn't much care what
the query looks like, so long as the SQL engine likes it.

IOW, join away!
---------------------------------------------------------------------- 
Ed McCarroll                                            (310) 838-4330
Ed at ComSimplicity.com                      http://www.ComSimplicity.com



More information about the thelist mailing list