Adding webparts to other SharePoint pages than homepage and webpart page
February 25th, 2008
| Categories: Computer, Free tools
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: SharePoint



where do i add the code in the newform.aspx file?? sorry but new to this.
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
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?
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.