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

RadAjaxManager + Asp Timer + IFrame

1 Answer 91 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Gourangi
Top achievements
Rank 1
Gourangi asked on 29 Aug 2008, 06:08 AM
hi,

I want to update IFrame content after particular interval.
I have seen your demo example which updates a grid after particular interval but when I set the update control to iFrame, browser looks like it is postbacking the page.

Is there any solution which replaces post back to ajaxrequest/update.

Thanks,

Divyesh Chapaneri

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 01 Sep 2008, 02:10 PM
Hello Divyesh,

Unfortunately, I don't think this is possible, as ajax functionality is limited in one and the same page - you update a portion of the same page. When you load new page (as with the IFrame case) an entirely new page is loaded, so that you will see the browser status bar refresh again. In the page which loads in the Iframe, you can use Ajax, to ajaxify other controls, such as buttons for example. However, in the case of a timer this behavior will be different. The same will be present if using standard update panel as well, for example.

Sincerely yours,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Gourangi
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or