Hello All,
i have two table:
one is : jobdetails and second is : jobapplication
in jobdetails table i have following fields
like
JobDetailID
JobNumber
ReferenceNumber
Title
and more fileds but these are main fields
in jobapplication table i have following fields
JobApplicationID
JobDetailID
CandidateID
JobBoardID
DateApplied
now i want to fetch data of these two table in the collection. so i can bind my gridview with Title(jobdetails table field) according to JobDetailID
please help me for these