In one of the usercontrol i am using telerik datepicker in modal poup .when i am trying to open dialogour it shows the following error
a script on this page is causing internet explorer run slowly if continues to run your computer may become unresponsive
please help me
here is the code
$(function () {
$("#dialog1").dialogr({ autoOpen: false });
$("#dialog2").dialogr({ autoOpen: false });
$("#dialog3").dialogr({ autoOpen: false });
$("#dialog4").dialogr({ autoOpen: false });
$("#open-btn1").click(function () {
$("#dialog1").dialogr('open');
$("#dialog1").parent().appendTo($("form:first"));
});
$("#open-btn2").click(function () {
$("#dialog2").dialogr('open');
$("#dialog2").parent().appendTo($("form:first"));
});
$("#open-btn3").click(function () {
$("#dialog3").dialogr('open');
$("#dialog3").parent().appendTo($("form:first"));
});
});
});
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Tasks.ascx.cs" Inherits="VAM.SnapFoundry.Collaboration.Controls.Tasks" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="Ajax" %>
Reminder Date
Height="20px" dateinput-allowempty="true" dateinput-hideonblur="true" Culture="en-US"
Width="200px" ZIndex="150000">
runat="server">
CssClass="">
ValidationGroup="ValidateTaskReminders" UseSubmitBehavior="false" CssClass="conver_save"
Style="width: auto;" />
<%--
CssClass="conver_save" />--%>
please help me

Replies
Know the answer? Post it — somebody with the same question will find it here.