Copy webpart page (aspx page) with web parts

sharepointweb-parts

I have a web part page "DocLib1.aspx" in document library "DobLib1" and it has few webparts.

How can I take the same web part page and copy it to other document libraries (there are about 50+ document libraries). The web part page is named after the document library (with aspx extension). One of the web part is the list for the same doc lib where the web part is residing.

Best Answer

This worked for me for SharePoint 2010:

  1. Open the site in SharePoint Designer 2010
  2. Right click the page and select copy.
  3. Select a different folder
  4. Rename the page
  5. Move it back to the original folder.

All the WebParts will be intact. This might seem elementary, but within SharePoint copying a page doesn't copy any of the WebPart on the page. That drove me bonkers. Hope this helps you.