Click here to Skip to main content
16,011,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
i am using ajax calander extender but it is not getting displayed i have add the script manager but still the calander is not getting displayed This is my source Pl check where I went wrong

<asp:TextBox ID="txtFromDate" runat="server"></asp:TextBox>
                <cc1:CalendarExtender ID="txtFromDate_CalendarExtender" runat="server"
                    TargetControlID="txtFromDate">
                </cc1:CalendarExtender>


thanks
Posted
Updated 15-Jan-12 7:15am
v2

1 solution

Have you included the required JavaScript files in the page?
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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