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

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Thu Aug 11 02:13:09 CDT 2005


Do you mean SQL tables or aspx data tables?

If you are considering SQL tables, you can create a view and fill your
datagrid from that view.

The other way should be possible as well. You can fill a larger data
table by iterating through the rows of two different data tables.

Cheers,
Volkan.

On 8/10/05, Casey Crookston <caseyc at internetopus.com> wrote:
> I won't go into the 'how' for now, I just want to know... is it possible to
> pull data from multiple tables and join them into a single datagrid?
> 
> TIA
> 
> 
> --
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list