Click here to Skip to main content
15,881,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Error   2   Unknown server tag 'ajaxtoolkit:calendarextender'.  E:\Vinod\NavjeevanHospital\Website\MasterPage.master    310

XML
<asp:TextBox runat="server" ID="txtDate1" />
<ajaxtoolkit:calendarextender runat="server" ID="calExtender1"TargetControlID="txtDate1"/>
Posted
Updated 3-Sep-10 21:01pm
v3
Comments
Sandeep Mewara 4-Sep-10 3:02am    
Always tag properly, and formulate your question nicely with a proper title. This would let your question reach to proper audience must faster.

1 solution

You are missing reference to System.Web.Extension.dll in your project.

Make sure your website is AJAX enabled, and AJAX extension dll's are referenced properly. If needed, just Google for AJAX CTP and how to have AJAX site up.
 
Share this answer
 

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