This topic is locked

Database display....

8/18/2008 2:40:29 PM
ASPRunnerPro General questions
S
srikanth_balakumar author

HEy guys....

i have just finished building a cool application usong asprunner and it works just great...........in the database i have quiet sme tables and i wanted to know if i could display the contents of two tables on one page or even based on selected field.........

eg:::

Tab1 & TAb2...

by default asprunner build 2 seperate list pages for tab1 and tab2....(tab1_list.asp & tab2_list.asp)...

now i want a common page with both the lists from tab1 & tab2 to be displayed.....
Tahnkx

J
Jane 8/19/2008

Hi,
you can do the following:

  • create custom view on the Datasource tables tab,
  • join your tables on the Edit SQL query for this custom view.