i am filling gridview with with tblJobADv
columns: userid, advid (f.k), remarks
now i actually want to select advTitle from tblJobAdv from which i already imported foreignkey advid , and want to appear it next to advid column in gridview, so how
i know the query ,
SELECT advTitle from tblJobAdv where advid= @advid
but how to put a column in table ? advTitle
help please