Hi i need a help...i have a page and the data for that page should come from 2 tables and the rows are to be extracted using an id which is stored as query string...I have put a sample as to what i want from the tables:
(select [some fields] from Title) and (select [some fields] from Reply) where TitleId=@id
TitleId is common in both tables and @id is the query string....
@Sina