I want Month Wise Data in one table using LINQ
no any input parameters how to implements???
I have used DateTime then find month then match month
e g. if(Convert.ToDateTime(date).Date.Month==Convert.ToDateTime(CurrentDate).Date.Month)
{
}
this code is not working??