hi
i have problem with calendar extender which is not working. this is my set up in vs 2013:
webconfig:
<pages><namespaces><add namespace="System.Web.Optimization" /><add namespace="Microsoft.AspNet.Identity" /></namespaces><controls><add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" /><add tagPrefix="cc1" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls></pages>
web page:
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"><cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true"></cc1:ToolkitScriptManager><div><asp:Label ID="lblDate" runat="server" Text="Date" CssClass="lblLong200"></asp:Label><asp:TextBox ID="txtDate" runat="server" CssClass="txtbox" ></asp:TextBox><cc1:CalendarExtender runat="server" ID="ceDate" TargetControlID="txtDate" Enabled="true" ></cc1:CalendarExtender><div style="height:5px;"></div></div></asp:Content>
everything seems to be ok but it just doesn't work. so i must be missing something ...