I have two tables with the following:
table 1
sid, schedule, stime, splace, stourid
table 2
tourid, tourname
I want to display the table 1 in a GridView, but with field stourid I want tourname from table 2 to be displayed instead of stourid. How can I do this?
You can use an
Joinquery: