This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
SharePoint
>
en-US
Tagged Content List
Wiki Page:
SharePoint 2007: How to Remove the Option of Changing Views in List
Peter Geelen
Recently someone asked to provide a way to hide the option of navigating between views in a list. This can be done by following the simple steps defined below: 1. Open the site in SharePoint Designer. 2. Navigate down to the list in question. 3. Check out the AllItems.aspx page which you want...
on
28 Apr 2019
Wiki Page:
SharePoint Online and Office 365: Create A SharePoint List using REST API
Peter Geelen
Open the “ NAPA ” Office 365 Development Tools through your SharePoint store. Click on Add New Project. It will ask you, what type of app do you want to build? Select SharePoint Add-in and provide a name to your app and click on Create . You will see the screen below on...
on
28 Apr 2019
Wiki Page:
SharePoint 2010: How to Find the User Who Deployed or Updated a Solution
Peter Geelen
I have observed a very growing requirement is to find out which user has deployed a solution or updated in sharepoint. This is of high importance when there are many administrators assigned to do such activities in sharepoint farm. So upon some research I found a way that is very useful in this regard...
on
28 Apr 2019
Wiki Page:
SharePoint Framework: Build Custom App Pages
Peter Geelen
Table of Contents Overview Create SPFx Solution Web Part Configuration Deploy the Package Bundle the solution Package the solution Add Package to App Catalog Test the Custom App Page Summary Overview Single part app pages are recently introduced in Modern SharePoint. We can extend out of box...
on
27 Apr 2019
Wiki Page:
SharePoint Online: Create Site Collection Using PowerShell
Dave Rendón
This applies to SharePoint Online, SharePoint Online Enterprise (E3 and E4) As we know, we can create new SPO Site, and Perform other administrative activities using SharePoint Online PowerShell. We can quickly and repeatedly perform tasks much faster than you can in the Office 356 admin center user...
on
25 Apr 2019
Wiki Page:
SharePoint 2016: How to Implement Responsive UI
Hamid Sadeghpour Saleh
Table of Contents Introduction Responsive Package Implementation Download the GitHub project file Setup PnP PowerShell Run the Enable-SPOResponsiveUI cmdlet End Result: Responsive UI for SharePoint 2016 Disable Responsive UI Summary See Also Introduction SharePoint UI branding to bring responsiveness...
on
25 Apr 2019
Wiki Page:
SharePoint 2016 Client Side Rendering : Assign Column Values during run time and conditionally highlight list view rows
Hamid Sadeghpour Saleh
Table of Contents Introduction JSLink Implementation Full Code Output Summary See Also Introduction Prior to SharePoint 2013, if we wanted to modify the SharePoint List View we usually had to edit the list XSLT. With SharePoint 2013 however things changed with the introduction of Client Side...
on
25 Apr 2019
Wiki Page:
SharePoint Online: Create Post List in SharePoint Team site
Hamid Sadeghpour Saleh
This article will share the steps to create post list in SharePoint team site.By default, post list is available in blog template site. Table of Contents Requirement Purpose Code Requirement A customer needs the post list in the SharePoint team site, but post list template is not available in...
on
25 Apr 2019
Wiki Page:
Azure SQL DB With SharePoint Online As External List Using Business Connectivity Services
Hamid Sadeghpour Saleh
An external list is a type of list which can be created within SharePoint, using data from an external line of business. In order to implement the integration, we have to ensure that the two pieces given below are in place. Azure SQL DB – SQL DB has to be set up in Azure, which will serve as the external...
on
24 Apr 2019
Wiki Page:
SharePoint 2013: Generating a PDF Document
Hamid Sadeghpour Saleh
Table of Contents Introduction Solution Code Download Introduction As a developer, generating downloadable PDF files is very common requirement in SharePoint 2013. While developing SharePoint apps, a developer is faced with couple of questions like, “Do I generate the PDF document client side?...
on
24 Apr 2019
Wiki Page:
SharePoint Online Authentication for SOAP Service Calls
Peter Geelen
Table of Contents Background How it works This article was originally published under TechNet Gallery. You can download the sample solution here . Background This solution provides an example of how you can authenticate your SOAP Service Calls to a SharePoint Online Site...
on
23 Apr 2019
Wiki Page:
SharePoint 2013: Converting O365 or SharePoint App to On-Premises Solution
Peter Geelen
Generally, when you are developing SharePoint Provider-hosted apps you can simply use SharePoint Online version to do testing and development. But when it comes to actual deployment you may need it to deploy as a SharePoint on-premises solution. You can do it by simply adding few additional configuration...
on
23 Apr 2019
Wiki Page:
SharePoint Online: How to Create a site collection
Peter Geelen
This article will demonstrate how to Create a site collection on Office 365 or SharePoint Online using GUI. This article applies to SharePoint Online Office 365 Admin Office 365 Small Business Admin A site collection is the group of websites under a common top-level site with the same owner on...
on
23 Apr 2019
Page 14 of 82 (2,050 items)
«
12
13
14
15
16
»