The page-viewer-web-part tag has no wiki summary.
2
votes
6answers
1k views
How to get the url name of a subsite from a webpart?
Salvete! I have a web-part (sp 2010) with a web-page viewer that loads a custom aspx page. I need to get the url of the current subsite from the aspx page. In other words, if the path in my browser ...
0
votes
1answer
237 views
Inherited Page Viewer Control - allowTransparency on iframe
I created a custom control that inherits from PageViewerWebPart.
Now I need to toggle the allowTransparency attribute to = "true" on the rendered iframe to enable background transparency for the page ...