TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Naresh Babu Gopavaram
1.5k
248
249.4k
issue with telerik datepicker
Dec 28 2011 4:44 AM
hi i am using jquery dialogour every dialog has one user control .
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
<script type="text/javascript">
$(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"));
});
});
});
</script>
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Tasks.ascx.cs" Inherits="VAM.SnapFoundry.Collaboration.Controls.Tasks" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="Ajax" %>
<asp:Panel ID="panelRemind" runat="server">
<telerik:RadAjaxManager ID="radMgr" runat="server" EnablePageHeadUpdate="false" EnableEmbeddedScripts="false"></telerik:RadAjaxManager>
<div class="conversion_details" style="background-color: #FFFFFF; padding-bottom: 10px;">
<div class="taskHeader">
<h5>
Task Reminder</h5>
<span class="conversionClos-Btn"><a id="btnCloseRemind" href="#" style="float: right;">
<img src="../../Assets/Images/close_icon.gif" alt="close icon" width="15" height="15"
border="0" /></a> </span>
</div>
<asp:UpdatePanel ID="UpdatePanelReminder" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:HiddenField ID="hdReminderEntityID" runat="server" />
<asp:HiddenField ID="hdReminderEntityType" runat="server" />
<asp:HiddenField ID="hdReminderTaskID" runat="server" />
<div class="contactform">
<fieldset>
<span>Reminder Date<br />
</span>
<telerik:RadDateTimePicker ID="radReminderDate" runat="server" Style="position: static"
Height="20px" dateinput-allowempty="true" dateinput-hideonblur="true" Culture="en-US"
Width="200px" ZIndex="150000">
<TimeView ID="TimeView2" Interval="00:15:00" runat="server">
</TimeView>
<DateInput ID="DateInput2" DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" Width=""
runat="server">
</DateInput>
<DatePopupButton ImageUrl="../../Assets/Images/calender_icon.gif" HoverImageUrl="../../Assets/Images/calender_icon.gif"
CssClass=""></DatePopupButton>
<TimePopupButton ImageUrl="../../Assets/Images/clock_icon.gif" HoverImageUrl="../../Assets/Images/clock_icon.gif" />
</telerik:RadDateTimePicker>
</fieldset>
<fieldset>
<br />
<asp:Label ID="lblReminderErrMsg" runat="server" Visible="false" ForeColor="Red"></asp:Label>
<br />
<asp:Button ID="btnAddRemind" Text="Add Reminder" runat="server" OnClick="btnAddRemind_Click"
ValidationGroup="ValidateTaskReminders" UseSubmitBehavior="false" CssClass="conver_save"
Style="width: auto;" />
</fieldset>
</div>
</ContentTemplate>
</asp:UpdatePanel>
<div style="width: 100%; margin-left: 40%; float: left;">
<%-- <asp:Button ID="btnCloseRemind" Text="Close" runat="server" UseSubmitBehavior="false"
CssClass="conver_save" />--%>
</div>
</div>
</asp:Panel>
please help me
Reply
Answers (
0
)
I need login credentials fields for payment processors like amazon, google checkout etc
C# silverlight wcf service