ajaxToolkit:CalendarExtender don't work in 1.60

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hello, i need to use datepicker control in public store fill-in form, but it doesn't seems works in 1.60 (instead works perfectly in 1.50).

i use this code:

<%@ Register TagPrefix="nopCommerce" TagName="DatePicker" Src="~/Administration/Modules/DatePicker.ascx" %>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>

<nopCommerce:DatePicker runat="server" ID="DateTextBox" />


it shows DatePicker, but click on imagebutton cause a postback instead show calendar

Can anyone help me?
13 年 前
Hi,

Maybe try to use AjaxToolkit SriptManager instead of ASP.NET ScriptManager.
13 年 前
Hi Daniil,

I'm not sure to understand,

how can I call Ajaxtoolkit ScriptManager?
13 年 前
Sorry,

it works successfully,

code:

<ajaxToolkit:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1"></ajaxToolkit:ToolkitScriptManager>


Thanks a lot, Daniil
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.