SharePoint Development Blog

Nick Boumans
View my LinkedIn Profile Follow me on Twitter View my Profile on FaceBook View my projects on CodePlex View my presentations on SlideShare



Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Cannot Remove WebPart

It could be possible (in some situation) that it is inpossible to delete a WebPart from a Page. E.g. you inserted some javascript in a content editor webpart (HTML view). This Javascript makes the page causing a bug and the page wil return an error (so you can't edit the page). Simply add ?contents=1 after the url: e.g. on the default page http://mysharepointurl/default.aspx?contents=1

Now you can delete the webpart which is causing the error:

 

Posted: Sep 01 2010, 21:00 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SharePoint General