filter By Month in Datatable
Hi
I want to filter datatable by month can any hepl me
Here is code
string rowFiler="Month(Date1])=" + Convert.ToDateTime(startDate).AddMonths(j).Month;
DataRow[] drCol=dtXYData.Select(rowFiler);
but it does not work
with regards
|