Search results for query: *

  1. N

    Question Using LINQ to SQL group, sum and aggreate all together

    Thanks for reply. Please ignor my sample code of LINQ to SQL above. If there's another way for this problem, I'm all for it. All I need right now is to get the result like the following , given the data sample above: - Name ,Jan/2010 , Feb/2010 and so on - John Maslow , 2 , 3 - Crystal Hood , 4...
  2. N

    Question Using LINQ to SQL group, sum and aggreate all together

    Advice on how to solve this problem I'm stuck with this for 2 days now. Please give me some advice on how to solve this problems. If possible, please give links to other sites that might help me with this. Thanks
  3. N

    Question Using LINQ to SQL group, sum and aggreate all together

    Hi, I have two tables Students and Origami. Origami has Foreign Key of Students table. Each student can make one or more origami for each month. Students sample data: StudentId, FirstName, LastName - 187 , John , Maslow - 196 , Crystal , Hood - 195 , Sarah , Lewis Origami sample data...
Back
Top