Within the WebMonthView control, when the user clicks onthe navigation button it takes them to the next month with the same "cell" selected as the previous month. This poses a problem with our database query when the previously selected cell falls on the last few days of the previous month.
The reason is, say if the previous selected cell "Date" is December 30 2009, when the navigation button is clicked to the next month, the new selected cell "Date" is February 3 2010, and the new active day is set to such.
What I need is to pass the day one of the current month (i.e. 02/01/2010) shown within the webmonthview to my query. If the above example continues the query will not return what I need it to show.
Does anyone have any solutions for this, direct or indirect will be acceptable.
Thank you