I have two text boxes in which dates are selected......todate, fromdate...i want to get the data between those selected dates(months) like monthly report...
i am using oracle as database..i want to get the data monthly wise....like EX: if we select fromdate='01-11-2012' todate='01-02-2013' i need to get the data of(nov,dec,jan and feb) and want to bind the data to chat control....so that if user selects 1 month...there need to be 1 bar chart...if he selects 2 months we need to get to bar charts ....so dynamicaly i need to bind the monthly data and display in the chart.....