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

Htmlsource link problem

1 Answer 53 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Naga
Top achievements
Rank 1
Naga asked on 16 Mar 2012, 03:19 AM
I have a requirement where I am getting differences in two files by compareit software. Returned result is in HTML, with option like to go to first difference, next difference etc.
We are using RadHtmlPlaceHolder in our silverlight application for the same. I m using HTMLsource and assigning to returned html.
Now the problem is when I m hitting the links, it is changing the parent uri and application throws navigate uri app.
Say for ex http://localhost:63334/UI.Common.Search.VisualTests.SilverlightTestPage.html#Main
is requested as http://localhost:63334/UI.Common.Search.VisualTests.SilverlightTestPage.html#1
which results in contents for the uri cannot be loaded application exception.
I tried using sourceurl with dummy html page it worked. I wanted to go with HTMLsource as it prevents me for creation of files and also this approach I can do databinding. How can I circumvent the problem.

 


1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 20 Mar 2012, 12:20 PM
Hi Naga,

Could you please share more details on your scenario since it is very hard for us to understand it?
You can create a captured video or send us some code snippets. This will be highly appreciated.
On a side note, I hope you know that the RadHTMLPlaceholder simply wraps the Html IFrame and it sits on the top of the Silverlight plug-in. 

Regards,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
HTMLPlaceHolder
Asked by
Naga
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or