Hello,
i have table called :jobdetails
and it has more than 10 columns
i need only two column in gridview,
jobCollection = Expirejobs.GetExpiredJobs();
gvExpireJobs.DataSource = jobCollection;
gvExpireJobs.DataBind();
i have code like below :
it returns all the column, i need only two column
JobNumber and Title