The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

How to embed external websites with IE8

Using IE7 and Firefox I can use Page viewer web parts & Content editor web parts to embed external web sites i.e. Youtube Kart Club Celebrates 50th Anniversary However with IE8 only the youtube ...
1
vote
0answers
24 views

Is use of PageView web part poses a security risk?

I have two internal web applications in same domain, I want to integrate them within sharepoint using a PageView webpart. Some how the security community of the organization believes it would ...
1
vote
1answer
216 views

Viewing PDF in Page Viewer Web Part in WSS 3.0, users are prompted to download, open or save

Currently using WSS 3.0 and I am using page viewer web part to display a PDF file though when the page loads, users are prompted with the file download box to open or save the file. Running Internet ...
1
vote
1answer
281 views

What is the requirement for a Page Viewer Web Part?

I've been running a number of Page Viewer Web Parts on my development environment, but upon deploying the system to a production environment I find that there's no Media and Content catalogue, and ...
0
votes
1answer
218 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 ...
0
votes
2answers
455 views

Benefits of 'native' web part over a Page Viewer web part

I have a number of web 'components' that have been developed or need to be developed that provide simple web functions data input, setting target figures (some permissions based input) data ...
0
votes
2answers
614 views

How To Run .Net 4 for an Aspx Page Inside a .net 2 Web-Page-Viewer

folks! Running Sharepoint 2010 on Windows Server 2008, my iis7 reports that my sp web-application is running its application pool on .net v2.0. There is the choice for 4.0, but that breaks ...
2
votes
6answers
987 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 ...
3
votes
1answer
317 views

Dynamic embedding of flash video

I can successfully hard code an embed path in a Content Editor WebPart(CEWP) or link a CEWP to a text file that has the embed path, but this is hard coded because the CEWP is not connectable and I ...
1
vote
1answer
226 views

Search/change URL in Page Viewer Web part (WSS 3.0)

I have a Project Web Access site collection that contains at least 100 pages (out of several thousand) where Page Viewer web parts are targeted to a URL that is no longer valid. The URLs have changed ...
0
votes
2answers
251 views

The following file(s) have been blocked by the administrator: /SitePages/ [closed]

Updated: According to the MSDN documentation, the ContentLink property can be a Url or file path. You can specify the SourceType property of the webpart so that it knows what to expect for the ...
0
votes
2answers
753 views

How do I get the current user and sharepoint url in an asp.net web application?

I'm developing an asp.net web application and hosted on IIS 7.5 server. These applications are used in sharepoint 2010 using the page viewer web part. Now I want to get the sharepoint's current user ...
3
votes
2answers
489 views

Page Viewer Webpart Hides the Top Navigation Menu

I have added a page viewer webpart and pointed it to a network share. The top navigation menu now hides behind this webpart. I have tried setting the z-index on the menu container as well as the ...
0
votes
1answer
210 views

How to remove default div added by page viewer web part?

When adding a page viewer web part in SharePoint 2007 and specifying a page, a default div is added to the web part in the HTML source: <div class="UserGeneric"> The current browser does not ...
3
votes
2answers
869 views

How do I set the URL of the page viewer web part through code?

I have a requirement to provide the web page URL to the Page Viewer Web Part dynamically (i.e through code). We cannot extend the Page Viewer Web Part as it is sealed. Please explain how to do this? ...