Using SPSecurity.RunWithElevatedPrivileges with SPContext class.
If
you have implemented your code similar to the Code Snippet 1 then you might
run into exception. Many developers implement their code, similar to the Code Snippet 1 and runs into
exception such as Access Denied, “sign in as a different user”. This is because…
the below code is not the correct way of using SPSecurity.RunWithElevatedPrivileges
When
you...
Easiest way to populate a drop-down list control with SharePoint custom list column values
There are numerous ways to populate a drop-down list control with SharePoint custom list column values. But for me the below seems to be the easiest one.You should populate the drop-down list on a page load event as given in below code. You can copy the exact below code with few changes as what column values you want to populate and your drop-down list control ID/Name.I have used here SPQuery since...
Open InfoPath Web Form from SharePoint Designer trigger email

In this article I will show you how you can create a hyperlink through which you can open a published InfoPath form from an email, triggered by SharePoint Designer 2010 Workflow.
In SP Designer Workflow, select "Set Variable Workflow" action and set the variable to the string specified in the below...
Difference between “Manage Users” and “Share Project Web App” in Project Server 2013
Zakir Chougle
10:00 AM
Manage Users, Project Server 2013, PWA Settings, Share Project Web App
No comments


At some point of time I was quite confused why there would be two
ways to assign permission to users in Project Server and with different
names and settings. These two ways are – “Manage Users” and “Share
Project Web App”.
Have you ever found the difference between the two? You are guessing
right…...