Hi, I just update the project to the last version of the toolkit and the CalendarExtender doesn't work anymore.
No error is reported, but when I click on the textbox the calendar is not showing.
```
<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%>
-----------
<asp:TextBox ID="txtSelectedDay" runat="server" Height="24px"></asp:TextBox>
<ajaxToolkit:CalendarExtender runat="server" ID="calendarExtender"
TargetControlID="txtSelectedDay"
CssClass=""
Format="MMMM d, yyyy" />
<asp:ScriptManager ID="ScriptManager1" runat="server">
```
it worked perfectly in the previous version.
Just one note: I see from http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx that the CalendarExtender is not present anymore :|
But I can't find this "Calendar" control in the assembly
Comments: I am struggling with same problem (that is: CalendarExtender which doesn't work anymore). This happens since I installed last Toolkit release (the same that is currently available on Codeplex). After many hours spended on this issue, my conclusion is that: - CalendarExtender still has this name (if you download AjaxControlToolkitSampleSite you can see CalendarExtender present and working) - but IT ONLY WORKS IF YOU PUT IT OUTSIDE AN asp:UpdatePanel. I think this is a major issue that has to be solved ASAP.
No error is reported, but when I click on the textbox the calendar is not showing.
```
<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%>
-----------
<asp:TextBox ID="txtSelectedDay" runat="server" Height="24px"></asp:TextBox>
<ajaxToolkit:CalendarExtender runat="server" ID="calendarExtender"
TargetControlID="txtSelectedDay"
CssClass=""
Format="MMMM d, yyyy" />
<asp:ScriptManager ID="ScriptManager1" runat="server">
```
it worked perfectly in the previous version.
Just one note: I see from http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx that the CalendarExtender is not present anymore :|
But I can't find this "Calendar" control in the assembly
Comments: I am struggling with same problem (that is: CalendarExtender which doesn't work anymore). This happens since I installed last Toolkit release (the same that is currently available on Codeplex). After many hours spended on this issue, my conclusion is that: - CalendarExtender still has this name (if you download AjaxControlToolkitSampleSite you can see CalendarExtender present and working) - but IT ONLY WORKS IF YOU PUT IT OUTSIDE AN asp:UpdatePanel. I think this is a major issue that has to be solved ASAP.