How to pull the data out from two table and bind to repeater

E

Elton Wang

Change your sql query to

SELECT Job.JobID, Application.DateApplied, Job.JobTitle
FROM Job JOIN Application ON Job.JobID = Application.JobID
WHERE Application.jobseekerID = @jobSeekerID

HTH

Elton Wang
(e-mail address removed)
-----Original Message-----
HI All,

Can somebody help what's wrong with my SQL Query statement when i want to
create a join table query. It suppose work perfectly fine, but why it cant
work. The error that the ASP.Net throw out is "Object reference not set to
an instance of an object. "
and "System.NullReferenceException: Object
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top