split the parts in your Linq statement instead of accepting the date as a whole value:
select new {
c.content_Date.Day,
c.content_Date.Month,
c.content_Date.Year,
c.content_Intro,
c.content_Main,
c.content_Title
};
Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558