Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Unassigned: CalendarExtender doesn't work anymore [27478]

$
0
0
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 seeing the same this. I also noticed in the AjaxControlSampleSite.zip file that the Calendar Control is still using ajaxToolkit:CalendarExtender, where as on the live demo site it is showing: ajaxToolkit:Calendar runat="server" TargetControlID="Date1" CssClass="ClassName" Format="MMMM d, yyyy" PopupButtonID="Image1" When I use "ajaxToolkit:Calendar", I get this error: Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Unknown server tag 'ajaxToolkit:Calendar'. Source Error: Line 1200: PopupControlID="LoadingPanel" BackgroundCssClass="modalBackground" /> Line 1201: </div> Line 1202: <ajaxToolkit:Calendar runat="server" Line 1203: TargetControlID="DateOfSale" Line 1204: Format="MM/dd/yyyy" So, CalendarExtender is clearly still the correct syntax, but it is also no longer functioning for me either.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>