This is a migrated thread and some comments may be shown as answers.

radalert hang application

4 Answers 54 Views
Window
This is a migrated thread and some comments may be shown as answers.
Fakhrul
Top achievements
Rank 1
Fakhrul asked on 13 Mar 2009, 11:03 AM
Hi,

I have a simple page which contains a asp.net button.  I have a javascript fuction which show radalert window after click on this button.

<asp:Button ID="Button1" runat="server" OnClientClick="return ShowTestAlert();" Text="Submit" />

JavaScript Code:

function ShowTestAlert()
{
       radalert("This is a test message",300,100,'Alert');
       return false;
}

Now click on the button, radalert will show, close/cancel alert, click again and close/cancel alert, do it several times.
After some times, application hang-up. Can click on button/cant cancel alert window.

whats the reason behind this? Is there any solution for this? My real application also have same problem.

Thanks in advance

Mamun

4 Answers, 1 is accepted

Sort by
0
Fakhrul
Top achievements
Rank 1
answered on 13 Mar 2009, 12:22 PM
Is there no solution for this problem? I am still getting it.
0
Georgi Tunev
Telerik team
answered on 13 Mar 2009, 02:14 PM
Hello Fakhrul,

What is the exact version of the controls that you are using? I am asking you this because I recall such problem with the ASP.NET version of the control, however so far we haven't been able to reproduce it with RadWindow for ASP.NET AJAX. If you are using the "classic" version of RadWindow, I strongly recommend to upgrade to the Ajax one.

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Fakhrul
Top achievements
Rank 1
answered on 13 Mar 2009, 02:48 PM
I am using asp.net ajax version for VS2005.
0
Georgi Tunev
Telerik team
answered on 13 Mar 2009, 03:30 PM
Hello Fakhrul,

In such case please open a support ticket and send us the following:
  1. Sample project where this issue could be reproduced. Please make sure that the project can be run locally.
  2. Step by step reproduction instructions
  3. Detailed information about your browser - version and plugins installed.

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Fakhrul
Top achievements
Rank 1
Answers by
Fakhrul
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or