ASP.NET WEB APPLICATION
i want search between two dates
ex:01/12/2016 to 01/02/2017 iwant display only between 3 months data ....
iam using below code only check dates not months........
select * from tablename where date between'01-12-2016' AND '01/02/2017'
plz help me...................................