2 simple questions

J

Joe Van Meer

Hi,

1. Is it possible to display columns from 2 different tables in a datalist
without nesting the datalists?


2. How would I reference the data in the second table within my ItemTemplate
of my datalist?

Thx, JK
 
S

SStory

why not use as view or query and this wouldn't be an issue?
Join them...

Or I guess if you are doing the dataset purist philosophy of one table here
and one table there, then you should use the dataset relationship philosophy
to relate them.

Personally I use SQL Server stored procs and views or just queries to avoid
that situation and sometimes even do my own grid paging in code to avoid
tons of records loaded each time.

HTH some,

Shane
 

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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top