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

show radalert from serverside

1 Answer 121 Views
Window
This is a migrated thread and some comments may be shown as answers.
Fakhrul
Top achievements
Rank 1
Fakhrul asked on 01 Mar 2009, 07:20 AM
Hi,
I have gone through with http://www.telerik.com/support/kb/aspnet-ajax/window/calling-radalert-from-codebehind.aspx. My case is, i have a aspx page with 4 frame and each frame contains a aspx page. from Frame A, i enter a code, based on this code frame 2 load, if nothing is found shows an message. I want to show this message by radalert. How can i do this?

thanks in advance

Mamun

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 02 Mar 2009, 10:04 AM
Hello Mamun,

I am not quite sure if I understand your scenario completely, but please note that when working with container like IFRAME, to show a RadWindow, this window should be called in the context of the page where RadWindowManager is. If you want radalert to cover the whole main page, then you should put the RadWindowManager in the main page and call the code from within one of the IFRAMEs by using a reference to the topmost page - for example by using top (e.g. top.radalert('my message')).

If you experience problems implementing this logic, please prepare a sample application that uses your logic and where you have implement the desired behavior not by using radalert but a standard browser's alert (window.alert()).
Once you have your code working as expected, zip the project and send it to us in a support ticket - we will check it and do our best to help.

Sincerely yours,
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
Georgi Tunev
Telerik team
Share this question
or