Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
when we have to add in Master page
JavaScript
<asp:ToolkitScriptManager ID="ScriptManager1" runat="server"></asp:ToolkitScriptManager>

then working "ModalPopupExtender" and "CalendarExtender" but when we have to add
XML
<asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>


Then not working "ModalPopupExtender " and "CalendarExtender";

Please help me, i'm beginner.

Thanks in Advance.
Posted

1 solution

As both extenders are from the ASP.NET AJAX Control Toolkit (once Microsoft, today DevExpress) both need the special script-manager comes with the package...
However! There were several problems with that script-manager so it has been removed since version 15.1 - use that version or newer and your script-manager problem will be gone...
 
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