Click here to Skip to main content
16,019,263 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I used the "Ajax:CalendarExtender" to select date inside a asp page, but the problem i encouter is that the calendar just display two day of weeks, for each week displayed it displays just the Monday and the thusday days.
XML
<asp:TextBox ID="txt_cldr" runat="server"></asp:TextBox>

<Ajax:CalendarExtender ID="cldr_dateNaissance"  runat="server" 
Enabled="True" TargetControlID="txt_cldr" PopupButtonID="imgParametre_dateParametre" Format="dd/MM/yyyy">             </Ajax:CalendarExtender>    
        
<Ajax:MaskedEditExtender ID="msk_cldr_dateNaissance"  runat="server" 
TargetControlID="txt_cldr" Mask="99/99/9999" MaskType="Date" Enabled="true"></Ajax:MaskedEditExtender>

<asp:Image AlternateText="calendrier" ID="imgParametre_dateNaissance" ImageUrl="~/images/calendar.png" runat="server" /> 

<asp:RequiredFieldValidator ID="rf_dateNaissance" runat="server" ControlToValidate="txt_cldr"                 ErrorMessage="*"></asp:RequiredFieldValidator>
Posted
Updated 15-Jun-12 1:40am
v3
Comments
Sandeep Mewara 15-Jun-12 7:30am    
It's difficult to comment on it based on the information you have shared. For sure, there is something in your implementation that is doing this.
Vani Kulkarni 15-Jun-12 7:41am    
Agreed. It is indeed difficult to find where exactly is the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900