TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
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 Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
SharePoint Developer Support Team Blog
The Official blog of the SharePoint Developer Support Team
Tags
Alerts
API
App Parts
Apps
Auto-hosted Apps
Azure
BCS
Browser back button
Browser Cache
calendar
CAML
claims authentication
Claims Provider
Client-Side Rendering
CMIS
CMIS APIs
code
CodeSample
Compilation Error
Content Query
crawled properties
CSR Render Mode
CTS
Custom Help Collection
customization
Delegate Controls
Deleting single event
Deployment
Discussion Board
Discussion Board Posts
EnablePageMethods
Event Handlers
External Content type filter
External Lists
Feature Stapling
Features
High-Trust Apps
HowTo
iFilters
InfoPath Forms
Information
jQuery
JSOM
Json
LDAP Query
LightSwitch
ListView control
Lookups
meetings
Multi-Value Lookup
MySites
No Code Stuffs
Object Model
On-demand
powershell script
Product Help
Programming
PropertyBag
PropertyMapping
Provider-Hosted Apps
Recurring Event
RegisterModuleInit
Rich Text Editor
RunWithElevatedPrivileges
Sample Code
ScriptManager
SharePoint 2007
SharePoint 2010
SharePoint 2013
SharePoint 2013 Project and Item Templates
SharePoint Apps
SharePointProductVersion
SignOut
Silverlight
SPAlert
SPD2013
SPHelpCollection
SQL
test
Trust
Trust Certificates
Upgrade
Upload Control
Upload redirection
User Profile Synchronization Connections
User Profiles
Visual Studio
Visual Studio 2012
WebAnalytics
webservices
WORKFLOW
Workflow Architecture Series
Workflow Code Activity
Workflow Custom Actions
Workflow History
Workflow Manager
Workflow Name
WorkflowContext
WorkflowStarting
XML Connector
Browse by Tags
TechNet Blogs
»
SharePoint Developer Support Team Blog
»
All Tags
»
sharepoint 2013
Related Posts
Blog Post:
Values in workflow actions not persisted in SharePoint Designer 2013
SharePoint Developer Support
I worked on a support case recently and wanted to share the learning to the community. The issue was that when we create a SharePoint 2013 Workflow in SharePoint Designer 2013, add a few actions and values in it and save the workflow, part of the values wouldn’t persist in the workflow XOML file...
on
2 Jan 2014
Blog Post:
HOW TO: Add a custom field to blog posts in SharePoint 2013
SharePoint Developer Support
This blog post is a contribution from David Wilborn, an engineer with the SharePoint Developer Support team. I recently worked a project where we needed to add a custom field to blog posts and use the new Client Side Rendering in SharePoint 2013 to display the field. My first thought was to create...
on
9 Apr 2013
Blog Post:
Enabling ScriptManager PageMethods doesn’t work in some scenarios in SharePoint 2013
SharePoint Developer Support
I worked on a case where the problem was that PageMethods won’t execute from within a SharePoint 2013 application page (page deployed to the _layouts folder). To replicate the problem, I had a custom master page deployed through a VS 2012 solution with the following definition within the <body...
on
4 Jun 2013
Blog Post:
HOW TO: Add properties to SPWeb property bag using JSOM in SharePoint 2013
SharePoint Developer Support
This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Here’s the sample. Create a simple HTML page and add the below scripts. <html> <head> <title></title> <script src=...
on
6 May 2013
Blog Post:
Implementing a Custom Security Pre-Trimmer with Claims in SharePoint 2013
SharePoint Developer Support
This post is a contribution from Adam Burns, an engineer with the SharePoint Developer Support team. This post repackages examples that are already out there on MSDN, but brings two examples together and provides some implementation details that may not be obvious in the existing articles. I also...
on
28 May 2013
Blog Post:
Using SPSite and SPWeb objects with RunWithElevatedPrivileges: Don’t cross the borders
SharePoint Developer Support
This blog post is a contribution from David Wilborn, an engineer with the SharePoint Developer Support team. Although it’s mentioned in the SPSecurity.RunWithElevatedPrivileges documentation , I find that there is still often a lack of clarity for developers when using SPSite and SPWeb objects in conjunction...
on
13 Mar 2013
Blog Post:
HOW TO: Programmatically delete a single instance of a recurring event in a SharePoint calendar
SharePoint Developer Support
This blog post is a contribution from Kevin Jacob Kurian, an engineer with the SharePoint Developer Support team. When we edit a single instance of a recurring event, it actually creates a new instance of the event and deletes the old one. The old instance is deleted by setting certain attributes...
on
25 Mar 2013
Blog Post:
HOW TO: Change master page of a personal site in SharePoint 2013
SharePoint Developer Support
This post is a contribution from Pavan Kumar, an engineer with the SharePoint Developer Support team. As in SharePoint 2007 and 2010, one of the ways to achieve this is to use FeatureStapling. Below are the steps to be followed to get this working. Create a SharePoint 2013 Empty project in Visual...
on
17 Sep 2013
Blog Post:
HOW TO: Use REST to POST in Hosted SharePoint Apps
SharePoint Developer Support
This blog post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer Support team. This blog post demonstrates the use of SharePoint 2013 REST from AppWeb to issue HTTP POST on HostWeb. This does not require cross domain calls or the use of SP.RequestExecutor.js. Cross-site...
on
15 Apr 2013
Blog Post:
HOW TO: Publish a LightSwitch App (high-trust) to SharePoint On-Premises environment
SharePoint Developer Support
This post is a contribution from Raghavendra B Nanjaiah, an engineer with the SharePoint Developer Support team. Just wanted to publish this post provided the steps to publish a LightSwitch App to SharePoint On-Premises environment. Hope you will find this useful. Section 1: Create issuer ID (same...
on
16 Sep 2013
Blog Post:
HOW TO: Add users to SharePoint Groups using SharePoint 2013 UserGroup.asmx Web Service
SharePoint Developer Support
This post is a contribution from Raghavendra B Nanjaiah, an engineer with the SharePoint Developer Support team. Problem When you try to add users through the UserGroup.asmx web service (http://localhost/_vti_bin/UserGroup.asmx) in SharePoint 2013 with the sample code below. sp.UserGroup usrgrpService...
on
28 Aug 2013
Blog Post:
HOW TO: Detect an App Part in edit mode in SharePoint 2013
SharePoint Developer Support
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. This article states, “with app parts, you can show your app user experience (UX) right in the host web. An app part displays your app content using an iFrame. End-users can customize...
on
4 Feb 2013
Blog Post:
HOW TO: Access list item in WorkflowStarting event receiver when “Required documents to be checked out” option is set to “Yes”
SharePoint Developer Support
This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Scenario: You have a SharePoint library in which “Require documents to be checked out before they can be edited?” is set to Yes . You have a WorkflowStarting event receiver associated to the list...
on
28 Jun 2013
Blog Post:
Custom field types and rendering templates correlation with the new “Server Render” property of the ListFormWebPart
SharePoint Developer Support
I worked on a few issues dealing with this subject recently and I thought I’ll share this out so that it can come handy for you. If you have developed custom field types and custom rendering template that uses server-side OM to achieve a certain UI behavior or to perform some server-side validation…...
on
26 Jul 2013
Blog Post:
HOW TO: Deploy InfoPath List Forms for an External List using Visual Studio 2012 solution package
SharePoint Developer Support
This post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. Create a test site 1. We create a SharePoint site collection named http://intranet.contoso.com/sites/testsite/testexternallist. **It’s good to use a site which does not have lot of stuffs, best would...
on
6 Sep 2013
Blog Post:
Crawled properties won’t re-appear after deletion for a custom XML indexing connector in SharePoint 2013
SharePoint Developer Support
A customer reported this problem to us and it was quite a learning to know how content processing works in SharePoint 2013 with respect to crawled properties from a custom XML indexing connector. Thought this could be worth sharing! So, here’s the problem. Follow the steps outlined in this...
on
4 Jun 2013
Blog Post:
HOW TO: Implement a custom iFilter in SharePoint 2013
SharePoint Developer Support
This post is a contribution from Kevin Jacob Kurian, an engineer with the SharePoint Developer Support team. In SharePoint 2010, we had an option of implementing custom iFilter for files (like PDFs) so that we can see the search results from these files as well. SharePoint 2013 has this feature...
on
13 May 2013
Blog Post:
HOW TO: Change file extension of an existing item in SharePoint document library
SharePoint Developer Support
This post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. For various reasons, people want to change the file extension of an existing item in a document library. For example, with SharePoint 2007, files with JSON extension in document library can be opened...
on
8 Oct 2013
Blog Post:
HOW TO: Develop a workflow code activity in SharePoint 2013
SharePoint Developer Support
This post is a contribution from Raghavendra B Nanjaiah, an engineer with the SharePoint Developer Support team. First part is to create our code activity and let the Workflow Manager and SharePoint 2013 know about it. 1. In VS 2012, click New Project, Workflow and choose Activity Library. 2. Delete...
on
28 Aug 2013
Blog Post:
HOW TO: Create a Remote Event Receiver for an Auto-hosted App
SharePoint Developer Support
This blog post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Update : Though this post title says “HOW TO: Create a Remote Event Receiver for a SharePoint Hosted App”, behind the scenes, Visual Studio adds a web project, associates remote event...
on
13 Mar 2013
Blog Post:
Running SharePoint 2013 in 2010 mode and solution “CompatibilityLevel”
SharePoint Developer Support
This post is a contribution from Vitaly Lyamin, an engineer with the SharePoint Developer Support team. SharePoint 2013 allows users to run sites in SharePoint 2010 mode. In this scenario, the solution (WSP) deployment needs to be deployed with the “CompatibilityLevel” flag set to “All” or...
on
22 Jul 2013
Blog Post:
HOW TO: Deploy a provider hosted app as an Azure site
SharePoint Developer Support
This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. In this blog, I will describe the steps to deploy a provider hosted app on Windows Azure hosted site (same steps should work for any IIS sites for that matter). The app will be deployed into...
on
5 Sep 2013
Blog Post:
Can’t access public properties of registered User Controls inside a SharePoint 2013 project
SharePoint Developer Support
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. This is not a new issue. Ronald Widha’s blog post addresses this issue for SharePoint 2010. But with SharePoint 2012 and Visual Studio 2012 releases, the issue still remains and gets...
on
29 Apr 2013
Blog Post:
Could not establish trust relationship for SSL/TLS secure channel
SharePoint Developer Support
This post is a contribution from Amy Luu, an engineer with the SharePoint Developer Support team. You can get the following error when SharePoint communicates to an external service via HTTPS either within the same server or a different server. Could not establish trust relationship for the SSL/TLS secure...
on
13 Jun 2013
Blog Post:
HOW TO: Display runtime-generated data in a ListView control in SharePoint web part
SharePoint Developer Support
This blog post is a contribution from Bharat Rathod, an engineer with the SharePoint Developer Support team. We often find that ListView control is used to display data which is fetched from a database directly. After reading a lot of articles where I could not find the specific article that talks...
on
15 Mar 2013
>