The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
27 views

Is it possible to backup and restore personal page customizations after deletion?

We have custom code to allow users to remove, add or reorder web parts on a page in their personal view. It is a publishing web part page created by a module using templates. How can we make updates ...
0
votes
0answers
13 views

SharePoint Doesn't CheckOut Pages When Editing Custom WebParts

I am creating custom webparts in SharePoint, uploaded them by default in a module into a page, and whenever I want to let users edit these webparts, after modifying the properties they face this error ...
0
votes
0answers
24 views

White space below webparts

I have a web part page and 6 web parts aligned 2x3. However following the web parts there is a lot of white space and I'm not sure how to get rid of it. The grey box in the first picture is all ...
0
votes
1answer
40 views

Custom webpart deleted after editing the page?

I insert a custom webpart in the page, It's working good. But when I click in edit page I find the webpart is deleted! What is going on?
1
vote
1answer
335 views

How do I add a web part page in SharePoint 2013 when 'Site Pages' is missing?

This is a pretty straightforward question: How do I add a web part page in SharePoint 2013? There is, however, a minor twist. The site I'm adding it to is from a custom template that doesn't contain ...
0
votes
0answers
6 views

Site Pages web part insists on appearing on homepage of sites created from template

I have created a Sharepoint template for a project management system, so users can create sites using the template and have an individual system for each project. However, when sites are created ...
0
votes
1answer
45 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
34 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 ...
2
votes
2answers
85 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
481 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
28 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
32 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
50 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
497 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
175 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
235 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
1k 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
124 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
101 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
47 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
1answer
267 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 ...
2
votes
0answers
74 views

Modify Default WebPart Page Template

I am having some trouble with the OOB WebPart Page in a SharePoint 2010 Team Site (that's right, I'm not allowed to turn on publishing framework) The quicklaunch menu is hidden The header does not ...
0
votes
2answers
603 views

Are new “Site Pages” always “Wiki” content type?

When I create a new site, the SitePages are always of "Wiki" content type. Is this normal and correct? I would have expected them to be "Web Part Pages" by default?
0
votes
1answer
69 views

One page for all sites… Or one page for each site

I have an ongoing struggle (with myself :)) about the design and implementation of parts of the SharePoint system which I'm designing. I have included a diagram below. Effectively there are multiple ...
3
votes
2answers
3k views

How to add wiki pages to web-part page?

Salve! EasyTabs works on a web-part page. I want users to be able to create wizzywig pages with, say, the "create page" which creates a blank wiki page. Then I want to use the web-part page that ...
0
votes
1answer
114 views

Default Web-Part Page for new Lists / Calendars etc

When you have a team site and create a new List of Document Library, Calendar etc. SharePoint creates a new WebPart page and places the respective WebPart in there. As you can see when you edit the ...
1
vote
0answers
403 views

Can't deploy a xslt webpart as expected

In one of my custom list schema, I have defined a custom view : <View Type="HTML" DisplayName="My wonderful view" BaseViewID="2" ...
2
votes
3answers
513 views

Code Behind in Web Part Page that can interact with controls?

Classic SharePoint quandry, but so far the resources I've looked at haven't helped. On one hand, application pages work perfectly, but having them live in the 14 hive isn't ideal for a number of ...
3
votes
1answer
793 views

how to check if a webpart already exists on a page or not

I am adding three webparts with different titles to a given page url, but I need to check if webpart is already on page or not, here is the code i am using atm to add webpart to the page. using ...
1
vote
0answers
92 views

SharePoint 2010: How to add custom element to Create menu?

I want to add custom element to SharePoint 2010 Create menu. (Site Actions -> View all site content -> Create). I want to to add this element to Page directory like a "Web Part Page" element. How can ...
0
votes
1answer
1k views

SharePoint 2010 - Allow Users to Add Pages to Wiki but not Edit Web Parts of Current Page

I'm new to SharePoint administration, currently working with 2010. I'm trying to give all users read and create page permissions on a wiki site, so that people can add pages to our internal wiki. But ...
0
votes
3answers
90 views

Create new version of a page and once approved replace the old one?

[Apols, but n00b to SP, I'm a .Net coder by trade!] I've recently inherited an SP2007 set of sites (collection?) and I need to make some changes to existing pages. I'd like to create a new page, ...
0
votes
2answers
444 views

SharePoint 2007 - Cannot Find Web Part Page

Situation: Using stsadm -o enumallwebs -includewebparts returns a list of webparts. One of which I want to remove across the entire site. Issue: Using the GUID I can find the webpart Page ID, and ...
0
votes
2answers
777 views

Web Part Page layout

I am not able figure out how to limit the width of the left column of one of the standard Web Part Page templates. The one labeled 'Header, Left Column, Body' works as I would expect it to. The one ...
1
vote
1answer
226 views

Item Display Form showing View + Page tab in Ribbon while other pages have only View

I have a list with a display form for which I have specified a different rendering WebPart: DataFormWebPart as opposed to the default ListFormWebPart. This caused some issues with the Ribbon. I ...
2
votes
1answer
191 views

Sandbox + Custom Site Page Template + SPFile.CustomizedPageStatus

Have created a Site Page Template and provisioned an instance into my Team Site's Wiki Library. <Module Name="CustomInFeature" Path="SitePageTemplates" List="119" Url="SitePages" > ...
1
vote
1answer
1k views

Provision Web Part Page from Module with SetupPath?

Is it possible to provision a Web Part Page using a Module element with a SetupPath specified, rather than a Path specified? For example, if I wanted to create a module to provision a page from: ...
2
votes
3answers
1k views

Problems adding webparts to a page in the correct order

I would think there's something supersimple I'm missing, but I can't find where I'm going wrong. I have a feature deploying a default.aspx page with two CQWP webparts. I use the AllUsersWebPart ...
2
votes
1answer
213 views

Is it possible to add page layouts/web parts using a feature activated in a sub site?

I'm trying to keep my code as organized as possible, and in doing so wanted to create sub sites (sub projects) that contain their own page layouts and web parts etc. Is it possible for me to put these ...
0
votes
1answer
148 views

Unusual SQL Server Exception 257 while attempting to rename a View

I've never seen this before. While attempting a routine UI operation -- changing the name of a view (but not changing its file name), I get a generic Sharepoint UI error. But the ULS log shows a more ...
9
votes
6answers
2k views

Why would a site admin or designer use a Web Part Page instead of a new sub-site/sub-site collection?

I am a site owner, and up until now, I have always created sub-sites instead of using basic pages or Web Part pages. I would like to understand what advantages Web Part Pages have over just adding a ...
1
vote
1answer
405 views

How to specificy a masterpage on a sharepoint web part page

I have this code courtesy of Alex Angas in Programmatically instantiate a web part page in Sharepoint. I already posted this question on stackoverflow but didn't get any answer so I decided to ...
3
votes
1answer
727 views

NullReferenceException on custom Web Part Page

I'm attempting to create a web part page from scratch, but I keep running into the following error, which occurs post-Init: Object reference not set to an instance of an object. Description: An ...
0
votes
1answer
198 views

Save a document library template with pages that has web parts and then create a new library

I have a document library with a few pages and each page has some web parts [webpart are custom web part] But if I create a document library template (with content) and then create a new document ...
1
vote
1answer
204 views

Web Part Page with Web Parts

I have a web part page (with 3 web parts; 1 webpart is the document library that the web part residing, other 2 is list dispay from the same site) in a document library. The web part page is in the ...
5
votes
2answers
2k views

How to copy web part pages between document libraries?

I have a web part page "DocLib1.aspx" in document library "DobLib1" and it has a few web parts. How can I take the same web part page and copy it to other document libraries? There are about 50+. The ...
1
vote
2answers
122 views

Console app to create web part pages for all document libraries

How do I create web part pages for all document libraries (all the document libraries starts with Eng_xxxxx and there are about 46 dob lib) in the current website ...