Hi All,
My AJAX Calendar does not show all the dates of a month. For example as shown below for April 2014 Month.
Su | Mo | Tu | We |
30 | 31 | 1 | 2 |
6 | 7 | 8 | 9 |
13 | 14 | 15 | 16 |
<Ajax:CalendarExtender ID="cal1" runat="server" Format="dd/MM/yyyy" TargetControlID="txtdt" PopupButtonID="img1"></Ajax:CalendarExtender>
help me in fixing this, Sample with code will be appreciated.
Thank You.