P
patrick delifer
I am binding some data to a calendar control. Since I don't want to return
all the Data from the DB, I would like to return only the data for the
current view of the calendar. The calendar has always 42 cells.
I would like to know if there is a way to know which date is displayed in
the first cell of the calendar. Unfortuantely, there is no index in the
calendar. ( I could go with the SelectedDate.Today as a reference and then
subtract and add 42 days but i would prefer if there is onther solution to
get the exact dates disoplayed..
Thx
all the Data from the DB, I would like to return only the data for the
current view of the calendar. The calendar has always 42 cells.
I would like to know if there is a way to know which date is displayed in
the first cell of the calendar. Unfortuantely, there is no index in the
calendar. ( I could go with the SelectedDate.Today as a reference and then
subtract and add 42 days but i would prefer if there is onther solution to
get the exact dates disoplayed..
Thx