Many DataGrid tricks can be found at:
http://www.zrgwortz.com/datagrids.zip
(I am not the author of this code, nor am I responsible for hosting this
file. There were no viruses or malicious code at the download site last
time I downloaded it, but I can not be held responsible for the destination
of the link. I was given this link at the July 2003 meeting of the St Louis
CSharp.NET user group as part of the presentation.)
I know this sample shows how to display child tables in secondary grids, and
even filter the second grid to contain only records for the selected row in
the parent grid.
--
Michael Lang, MCSD
See my .NET open source projects
http://sourceforge.net/projects/dbobjecter (code generator)
http://sourceforge.net/projects/genadonet ("generic" ADO.NET)
"Sophie PARISOT" <parisot-(E-Mail Removed)> wrote in message
news:bif388$1r5q$(E-Mail Removed)...
> Hello,
>
> I 'm new in aspnet and adonet programming ...
> does anybody know how to bind a complexe dataset (multi-tables,
> multi-relations) in different datagrids in web forms?
> for intance : datagrid1 -> customers, datagrid2 -> products, datagrid3 ->
> companies (shops) , datagrid4 -> invoices , datagrid5 -> payment ...
> I'm not sure that the best idea is to use dataset and relations ... Please
I
> need help,
> examples, web sites, source codes, explanations are welkomed !!
>
> Thank you
>
> Sophie
>
>