I have seen many information workers and sharepoint developers struggling with this basic issue in which they created a custom webpart/or used an OOB webpart.... added it to a webpart page....if there are some errors/issues in webpart .....NOW when they open the page they can't see the contents of that page , neither they can edit the page from ribbon because they are getting an error message on page due to error in webpart.....
a very simple solution to this problem is to add a query string parameter
?contents=1 at the end of page ......this will open the page in a mode where you will be able to remove items from your page
so lets say URL of your webpart page was
http://servername/pages/abc.aspx
you should type
http://servername/pages/abc.aspx?contents=1
No comments:
Post a Comment