The web-part-page tag has no wiki summary.
0
votes
1answer
25 views
Transferring a site's page is showing a blank page
Here is my scenario, I thought this should be straightforward:
Go to my site's Pages list under View All Site Content.
Download a copy of the .aspx web part page that I want to transfer to another ...
0
votes
1answer
24 views
How to: create a basic page by code and fill its CEWP with content?
I have to migrate some content from text files from my storage to my SharePoint 2013.
The plan is to put the content into some content editor webparts at a basic page.
I know how to create the basic ...
1
vote
2answers
57 views
Updating a Page Template to propagate through to pages using said template
I am using SP2013. I'm looking to create a page template which will be used on all project pages within a site. I have Department pages using the Team Site template. Within each Department, we have a ...
0
votes
1answer
70 views
SSRS Parameters passed through URL not refreshed on Web Part Page
My working environment is SSRS 2008 and SharePoint 2010.I have a report with parameters running in SP 2010. I call my report page in SP 2010 from a page with all the parameters in query string. On the ...
0
votes
1answer
21 views
Possible to restrict the removal of web parts based on permission groups?
As per title. I want to grant only certain permission groups/users the rights to removing a web part from a page. Is this possible?
0
votes
1answer
24 views
hiding deployed webpartpage from topnavigation menu
I have created several webpartpages, in the module xml file I set the page to be deployed to the Pages library.
When I'm browsing the site I can see that the names of my webpartpages are shown in the ...
0
votes
1answer
41 views
run code after the sharepoint page is loaded
I have the below code in CEWP and I l like that function runs after when the SharePoint site elements are loaded:
<html>
<head>
<script language="JavaScript" ...
0
votes
2answers
250 views
How do I apply a CSS ID selector to a webpart page?
I am using a CEWP-linked HTML file to generate a menu of links to other web-part pages. I want to use this same file in a CEWP on each of the linked pages. As an indicator of the user's location, I ...
0
votes
1answer
127 views
Downloading Via SharePoint 2010
I am creating a Sharepoint2010 webpart page which downloads documents from a webservice (So the documents do not get saved in Sharepoint2010).
I have a windows application which does exactly the ...
0
votes
1answer
105 views
Custom control work in “pages” but “Unknown server tag” in “web part pages”
I am new to SharePoint even ASP.NET.
I wrote a custom calendar control which inherits the asp:calendar and overrides some function, and it work in blank pages.
But today while I am trying to use the ...
9
votes
4answers
384 views
How to save variables per user session per page
I am using three webparts. Webpart A creates a value when the user clicks on the button in Webpart A. WebPart B uses this value to create a list with items the user can select. WebPart C uses both ...
1
vote
0answers
118 views
Problem with starting SPDesigner workflow programmatically
When we start SharePoint Designer workflow, which updates an item in the list, from code on custom web part page (with custom webpart added on it), we got following error:
...
0
votes
1answer
56 views
Should i be using Web Part Pages or Wiki Pages in Sharepoint 2010
I am creating a web template in visual studio. I have about 10 pages, all pages are quite simple and contain between 1 and 3 web parts.
Should i be using Web Part Pages, Wiki Pages or Publishing ...
0
votes
0answers
35 views
Non-responsive Save button after drag and drop of webpart
This is a strange one... MOSS Enterprise publishing site, no customization of any kind and suddenly in both IE8 and IE9 I can no longer drag and drop web parts on any web part page. If I drag and drop ...
1
vote
0answers
232 views
Dropdown menu with XML data source gives web part error
I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...