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

Redirect problem

1 Answer 14 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Egemen
Top achievements
Rank 1
Egemen asked on 28 Jun 2013, 11:34 AM
hi,

I use htmlplaceorder usercontro with the radwindowl and it works very well. I try to integrate an html page (flash object) which allows to end user to edit his images. When i call this page i have to pass some parameters for exemple callback_url. Once the user click save the image, this flash application send the edited image to my url. My problem is my silverlight appliaction goes to this url too. I'd like to handle this post or get http request in this html page and save the image in database and close this page(radwindow).

Regards

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 03 Jul 2013, 09:08 AM
Hi Egemen,

The RadHtmlPlaceholder uses an IFrame to visualize HTML content on top of the Silverlight plug-in. Basically, the RadHtmlPlaceholder does not have control over the web requests that are sent from its content. This is why, you will have to control the request on your server side and choose when to reload the Silverlight.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
HTMLPlaceHolder
Asked by
Egemen
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or