Click here to Skip to main content
15,886,873 members

Comments by SujayC (Top 16 by date)

SujayC 2-Jul-16 1:11am View    
Why are you using Group by Clause in the query when there is no aggregation involved in the select statement? Use Group By clause only when you need to perform aggregation operation on columns other than the one in group by.
Try removing that group by clause in case you only need a flat list of all claims and client between the date range! or clear your requirement.
SujayC 16-Apr-16 7:23am View    
Are you using OpenXML or Microsoft.Office.Interop.Excel dll for generation of spreadsheet? Please share sample code that you have used.
SujayC 11-Sep-15 1:27am View    
sample code is added.
SujayC 8-Sep-15 2:19am View    
I respect "your Opinion".... I shall leave this issue open for other people who like to help learners learn, and not just satisfy their own personal interest. Thanks !!
SujayC 8-Sep-15 1:50am View    
Okay.... as I said, I am learning WPF so was wondering if there's a way using xaml only to achieve this behavior?