[SOLVED] AspNetPanel PageSource and Url properties

Answered
0
0

What is the difference between the PageSource and Url properties of AspNetPanel control?

Is it possible to access the DOM of aspx page using the Call/Eval or ClientEvents of AspNetPanel widget?

Thanks.

Gabriele.

 

 

 

  • You must to post comments
Best Answer
0
0

Hi Gabriele,

internally Url and PageSource have the same effect.
But Url is a hidden property while for PageSource you can use an editor.

Find a simple sample that shows how to interact with the DOM attached.
Please note that this only works if the page is from the same origin.
Otherwise you would have to rely on iFrame postMessage calls.

Hope that helps.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.