dataset, datagrid, relation ...

S

Sophie PARISOT

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
 
M

Michael Lang

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.
 

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

Top