Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~80 People Reached
Favorite Forums
Favorite Tags
Member Avatar for all star

Hi. I m having trouble with a small method I wrote. Would be nice f someone can help me. this is my method:- [code] public IQueryable getCustomerOrderList(DateTime dt) { var customerList = from p in dc.CustomerOrders where p.OrderDate == dt && p.OrderStatus == true select new {p.aspnet_Membership.aspnet_User.UserName,p.OrderNo,p.OrderDate,p.Note,p.DeliveryStatus,p.DeliveryTime }; return customerList; …

Member Avatar for all star
0
80