Sharepoint Add People Picker Control

To add people picker on your upload.aspx or any other sharepoint aspx pages; First create a div[…]

Sharepoint Query Exclude AllItems.aspx or AllPages.aspx

To exclude AllItems.aspx from your query result; -filename:AllItems.aspx To exclude AllPages.aspx from your query result; -filename:AllPages.aspx

Sharepoint Rest Get User By

Get All Users List http://your-site-name/_vti_bin/ListData.svc/UserInformationList Get A User By Account or Any Other Property http://your-site-name/_vti_bin/ListData.svc/UserInformationList?$filter=Account eq ‘contoso\administrator’&$select=Id,Name[…]

Sharepoint Hide Ribbon

To hide the ribbon nav bar from your html you can get use of these two ways;[…]