Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
        <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox1">
        </cc1:CalendarExtender>



i used above coding to show ajax calendar when cursor appear on textbox., but its not working.[i used script manager also]
Posted

Did it gave you any error? If not try to declare Script Manager before the Calendar. And I think you have declared the AjaxToolkit in your webconfig or have declared its assembly, If so, take away the script manager. Or you can post the whole code here maybe we can see if there's something that is causing it.
 
Share this answer
 
Here, refer the following articles on how to do it:
AJAX Calender Extender[^]
How to use ASP.NET AJAX Calender Extender[^]
Ajax Calendar Control[^]
 
Share this answer
 
Comments
[no name] 25-Oct-12 1:53am    
my 5

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