Adding webparts to other SharePoint pages than homepage and webpart page

February 25th, 2008 | Categories: Computer, Free tools | Tags:

Recently I wanted to add some text descriptions to the "NewForm.aspx" and "EditForm.aspx". I remembered a trick Pedro Serrano showed me some time ago. It works for SharePoint 2.0 and SharePoint 3.0.

All you need to add to the page are the
 
?PageView=Shared&ToolPaneView=2
 
parameters.

This opens the Task pane for adding webparts. So now you can add any webpart to the page. Some practical uses are to add Content Editor Webparts to the page or related lists,…

Oznake ponudnika Technorati:
  1. Dan
    April 1st, 2008 at 16:52
    Reply | Quote | #1

    where do i add the code in the newform.aspx file?? sorry but new to this.

  2. Boris Gomiunik
    April 1st, 2008 at 19:04
    Reply | Quote | #2

    Sorry for not being clear in the post. All you need to do is to add this in the url after newform.aspx

    You also need to be logged in

  3. joeller
    May 13th, 2010 at 17:48
    Reply | Quote | #3

    Yes but where to you add this query string to make this alteration? Are you talking about making the alteration in the browser or in Sharepoint designer?

  4. Boris Gomiunik
    May 15th, 2010 at 15:34
    Reply | Quote | #4

    You add this part in the browser’s address bar after the full url of the page. No HTML editing, SharePoint Designer or anything here.