<div>Hello,</div> <div> </div> <div> In my ASP.NEt Web forms app, I am using Ajax CalendarExtender control for DatePicker. </div> <div> </div> <div> The calendar dropdown dialog appears, can also select date. But the drop down box shows dates only
from Sun to Thur. I tried removing the CssClass from the associated textbox. Added a new CssClass for the calendar control, changed the margin, padding & font of thte drop down box. But no difference. This is mt aspx code :</div> <div>
<asp:TextBox ID="inqDtPickerTxt" runat="server" >
</asp:TextBox>
<ajaxToolkit:CalendarExtender ID="Calendar1" runat="server"
TargetControlID="inqDtPickerTxt"
Format="dd MMM yyyy" CssClass="cal_Theme1" />
Code of CssClass :</div> <div>
Go to the complete details ...