This question is locked. New answers and comments are not allowed.
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.
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.