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

Accessing the content from HTMLPlaceHolder

1 Answer 64 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Ovidiu
Top achievements
Rank 1
Ovidiu asked on 27 Nov 2009, 07:54 PM

I am loading into the HTMLPlaceHolder a page containing a page from Reporting Services.

RadHtmlPlaceholder1.SourceUrl = new System.Uri(ReportingServicesPageUrl)

After loading the report I am changing some parameters and render the report.

I need to be able to see the source of the HTML page rendered into the HTMLPlaceHolder and parse it to get the sessionID. The session ID is there, in the source of the page and will help me to get the modified parameters of the report and save them for the future;

Thanks,

Ovidiu

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 30 Nov 2009, 12:32 PM
Hi Ovidiu,

Due to the cross-frame restrictions you will be able to do so only if you are loading a local page into the iframe (HtmlPlaceholder)  - e.g the page should be served from the same domain.

Are you able to modify the served html page so you can call the Silverlight application with the proper sessionID? This will be a more direct way of implementing this.

Sincerely yours,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
HTMLPlaceHolder
Asked by
Ovidiu
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or