Home All Groups Group Topic Archive Search About

binding a typed dataset with 2 tables

Author
11 Feb 2005 1:29 PM
Ersin Gençtürk
I can set the datasource property to a typed dataset,
but I want to access datatables in the dataset when using templates using
databinding syntax.how can be this done ?

Author
13 Feb 2005 9:30 AM
Eliyahu Goldin
You can databind to one table only. Try joining the tables into one in your
select statement.

Eliyahu

Show quoteHide quote
"Ersin Gençtürk" <ers[spam]@gencturk.org> wrote in message
news:eIHPOzDEFHA.624@TK2MSFTNGP09.phx.gbl...
> I can set the datasource property to a typed dataset,
> but I want to access datatables in the dataset when using templates using
> databinding syntax.how can be this done ?
>
>