Hi,
I'm using .NET 2.* and Visual Studio, with version 1.3.3.0 of the BasicDatePicker.
I can't get custom images to work for next and prev months. My the styles link in from a .NET skin file and the code is as follows:
<BDP:BasicDatePicker runat="server" SkinId="bdpDefault"
TitleStyle-BackColor="#87ad13"
TitleStyle-ForeColor="#FFFFFF"
NextPrevFormat="Image"
NextMonthImageFileName = "~/images/buttons/date-picker-right-arrow.gif"
PreviousMonthImageFileName = "~/images/buttons/date-picker-left-arrow.gif"
NextPrevMonthImageWidth="7"
NextPrevMonthImageHeight="11" />