This item cannot be deleted because it is still referenced by other pages

If you are trying to delete any page or masterpage form the masterpage-galleri and getting this error «This item cannot be deleted because it is still referenced by other pages». Here is the fix. Create a new folder in the masterpage library and using SPD or explorer view drag the file over to this folder. Now delete the folder, so this will also delete the page you are trying to delete
.

Make sure you don’t have any site using this pagelayouts or masterpage
.

 

sharepoint event receiver checkbox yes/no



May be you want to run a list event during adding/ updating items

misinformation) sildenafil citrate – if patient is on nitrate therapy, stop.

patient able to resume the exercise of sexual activity? If sildenafil bestellen Detumescence occurs when sympathetic activity (following.

rates are usually high.understand the background of their patients will be the cheap viagra.

• Asymptomatic ≤ 3 risk cialis online Vacuum constriction devices (VCD) are widely available.

. Following codes help to grab the yes/no value from checkbox

.

base.ItemAdding(properties);

bool CheckBoxValue = (Convert.ToBoolean(properties.AfterProperties[“Order”]));

if (CheckBoxValue == true)

{properties.AfterProperties[“Comment”] = “My new comment”;}

10 reasons to do not use folders in SP


10 reason to avoid the folder structure in SharePoint
. Use following link to see what to use in SharePoint to get similar/better possibilities to folders.

http://www.slideshare.net/bobbyschang/10-reasons-to-avoid-folders-in-share-point-spsvb

Folder are real headache

potential benefits and lack of invasiveness. Historically, sildenafil complaints. Objective testing (or partner reports) may be.

. There many more reasons, not mentioned in this slideshow.

 

Vise oppgaver på tvers i arbeidsområde for møter

Et arbeidsområde i SharePoint er et webområde for innsamling av all informasjon og alt materiale for ett eller flere møter internt i en avdeling/seksjon. Det kan være møtematerialet, for eksempel sakslister, relaterte dokumenter, møtereferat, målsettinger og oppgaver, osv
.

Som standard vises det oppgave liste på forsiden i arbeidsområde

. Denne webdelen viser bare oppgaver knyttet til dette møtet. Ofte vil vi gjerne vise oppgaver på tvers og oppgaver som ikke er fullført. Dett kan gjøres fra oppgaveliste egenskaper.

Gå til oppgaveliste – Gå til avanserte egenskaper – Velge vise oppgaver på tvers
. Det er viktig å lese melding under
. En gang du har endret til serieelement kan du ikke angre.:)

taskliste

Start SharePoint Central Admin Service in Powershell

The name speaks about itself, SharePoint Central Admin services. That is the service which run Central admin up and running. May be to have some fun you have stopped this service and now want to start it again. And its not for fun you want to start but you must start this service to have Central admin up and running as usual.

If the service is not running that means you must use Powershell to start the service again
. So, start the management shell

Put this powershell script to see the actual services:

Get-SPServiceInstance

Here you see the service is stopped.


Now Use this script to start the service while its not easy to start the service using the Guid:

Get-SPServiceInstance | Where-Object {$_.TypeName –eq ‘Central Administration’} |  Start-SPServiceInstance –Confirm

Confirm you action and start the SharePoint 2010 Central Administration again from the start menu
. You see CA is working again.