• Sign in
 

SharePoint Developer Support Team Blog

The Official blog of the SharePoint Developer Support Team
Blog - News
Locations of visitors to this page

website statistics
Translate This Page
Options
  • About
  • Email Blog Author
  • RSS for posts
  • Atom
  • RSS for comments
    • OK
Search Blogs
Tags
  • Alerts
  • Apps
  • Calendar
  • Client-Side Rendering
  • CMIS
  • CodeSample
  • Customization
  • Deleting single event
  • Discussion Board Posts
  • Editor Controls
  • Event Handlers
  • HowTo
  • Object Model
  • RunWithElevatedPrivileges
  • Sample Code
  • SharePoint 2007
  • SharePoint 2010
  • SharePoint 2013
  • SharePoint 2013 Project and Item Templates
  • User Profiles
  • Visual Studio
  • WebAnalytics
  • Workflow
  • Workflow Architecture Series
  • Workflow Custom Actions
Archive
Archives
  • May 2013 (4)
  • April 2013 (5)
  • March 2013 (12)
  • February 2013 (2)
  • December 2012 (3)
  • November 2012 (3)
  • October 2012 (1)
  • September 2012 (5)
  • August 2012 (1)
  • July 2012 (4)
  • June 2012 (3)
  • May 2012 (4)
Other Blogs
SharePoint Blogs
  • SharePoint Dev Blog

TechNet Blogs > SharePoint Developer Support Team Blog
Posts
  • Subscribe via RSS
Sort by: Most Recent | Most Views | Most Comments
Excerpt View | Full Post View
  • SharePoint Developer Support Team Blog

    HOW TO: Retrieve Active Directory custom attributes in another domain using LDAP query

    Posted 5 months ago
    by spdevspt
    • 1 Comments
    This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. When developing a custom claims provider, you may need to retrieve user information from Active Directory (AD) with LDAP query programmatically....
  • SharePoint Developer Support Team Blog

    HOW TO: Prevent users from pressing back button after signing out from a SharePoint site

    Posted 5 months ago
    by spdevspt
    • 1 Comments
    This blog post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Scenario: In SharePoint, the sign out is complete only when you actually close the browser window.  As shown below, SharePoint asks you...
  • SharePoint Developer Support Team Blog

    HOW TO: Customizing SharePoint AppWeb web template

    Posted 6 months ago
    by spdevspt
    • 0 Comments
    This blog post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer support team. SharePoint Apps provides a great deal of flexibility and how much we can do with it. Using WebTemplate we can direct AppWeb (the SPWeb under which...
  • SharePoint Developer Support Team Blog

    RunWithElevatedPrivileges does not work with UserProfile API

    Posted 6 months ago
    by spdevspt
    • 0 Comments
    This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. RunWithElevatedPrivileges executes the specified method with Full Control rights even if the user does not otherwise have Full Control. This is not...
  • SharePoint Developer Support Team Blog

    HOW TO: Retrieve Web Analytics report data using API

    Posted 7 months ago
    by spdevspt
    • 5 Comments
    This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. In a scenario that you want to render Web Analytics report data to your favorite format, you need to retrieve the report data. There’s no document...
  • SharePoint Developer Support Team Blog

    HOW TO: Create a custom ASPX association and initiation forms for Visual Studio Workflow

    Posted 7 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Himani Sharma, an engineer with the SharePoint Developer Support team. Requirement You want to use custom Association and Initiation forms with your Visual Studio workflows. InfoPath forms do not fulfill your requirement...
  • SharePoint Developer Support Team Blog

    HOW TO: Programmatically set/pass WorkflowContext from a Visual Studio workflow to a custom workflow action in SharePoint 2010

    Posted 7 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Himani Sharma, an engineer with the SharePoint Developer Support team. Scenario: You have a workflow custom action that you’d like to be used in SharePoint 2010 workflow.  This activity uses Microsoft.SharePoint.WorkflowActions...
  • SharePoint Developer Support Team Blog

    HOW TO: Prevent site deletion with a custom event receiver

    Posted 8 months ago
    by spdevspt
    • 3 Comments
    This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. In this blog I will describe how to develop a custom site event receiver to prevent users from deleting a SharePoint site. By default, any user...
  • SharePoint Developer Support Team Blog

    HOW TO: Include symbols in rich text editor in MOSS 2007

    Posted 8 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Note: The below walk-through is based off of a publishing site. We can include symbols in rich text editor in MOSS 2007 in just 3 easy steps...
  • SharePoint Developer Support Team Blog

    SharePoint 2010 Environment can get corrupt when deploying and retracting a WSP solution that was created using “Save site as template” option

    Posted 8 months ago
    by spdevspt
    • 2 Comments
    This post is a contribution from Amy Luu, an engineer with the SharePoint Developer Support team. Steps to repro this problem: 1. Create a new team site in SharePoint 2010 and save this site as template (ts.wsp).  Download the WSP to your local drive...
  • SharePoint Developer Support Team Blog

    HOW TO: Not allow a user to add multiple items of a meeting at the same time & date in a Calendar list for a user in SharePoint 2010

    Posted 9 months ago
    by spdevspt
    • 3 Comments
    This post is a contribution from Bharat Rathod, an engineer with the SharePoint Developer Support team. By default, SharePoint 2010 allows you to add multiple items in the calendar for the same date and time.  Below screenshot shows that Meeting1...
  • SharePoint Developer Support Team Blog

    Code Sample: On-Demand fetching of SharePoint list items using JQuery

    Posted 9 months ago
    by spdevspt
    • 2 Comments
    This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. In this blog, I will describe how to develop a custom web part that dynamically fetches items from a SharePoint list.  By “dynamic”, I mean...
  • SharePoint Developer Support Team Blog

    Building Silverlight solution with RIA service enabled fails on SharePoint 2010 SP1 Environments

    Posted 9 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Raghavendra Nanjaiah, an engineer with the SharePoint Developer Support team. On a SharePoint 2010 SP1 environment when you try to build Silverlight 4 or 5 solution with the following settings: Create a new “Silverlight...
  • SharePoint Developer Support Team Blog

    HOW TO: Open Content Query Web Part links in a new IE window

    Posted 9 months ago
    by spdevspt
    • 0 Comments
    This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Content Query Web Part is a nice way to query and display data from multiple lists.  By default, when you click on a link displayed in the...
  • SharePoint Developer Support Team Blog

    How to use WebAnalytics API – FrontEndDataRetriever.QueryData

    Posted 9 months ago
    by spdevspt
    • 3 Comments
    This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. To use WebAnalytics API, first we need to add reference to Microsoft.Office.Server.WebAnalytics.dll and Microsoft.Office.Server.WebAnalytics...
  • SharePoint Developer Support Team Blog

    List out user profiles that does not have profile picture

    Posted 11 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Recently, one of my customers came up with an issue related to user profiles.  The problem was for certain users, profile picture wasn’t showing...
  • SharePoint Developer Support Team Blog

    When you disable event firing, it should not be kept disabled

    Posted 11 months ago
    by spdevspt
    • 0 Comments
    This post is a contribution from Nishand Vasudevan, an escalation engineer with the SharePoint Developer Support team. Disabling the event receivers can stop the workflow events.  For example, disabling the event can stop workflow from starting and...
  • SharePoint Developer Support Team Blog

    Adding more than 1KB of data in the property bag SPWeb.AllProperties can cause High memory and CPU

    Posted 11 months ago
    by spdevspt
    • 1 Comments
    This post is a contribution from Nishand Vasudevan, an escalation engineer with the SharePoint Developer Support team. The property bag is intended for small properties, like configuration or other settings.  Accessing the property bag will require...
  • SharePoint Developer Support Team Blog

    A case of custom email templates not used when alerts are created from code in SharePoint

    Posted 11 months ago
    by spdevspt
    • 2 Comments
    Recently, I had a case where customer was creating SPAlert object using SharePoint object model code and things were not working out well. What seem to happen was that whenever the condition that warrants alert trigger is met (e.g., an item is changed...
  • SharePoint Developer Support Team Blog

    How to subscribe for an alert for a “Post” in discussion board programmatically

    Posted 11 months ago
    by spdevspt
    • 3 Comments
    This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Let’s first talk about some basic facts about discussion board and alert terminologies. Discussion Board We all know about discussion board...
  • SharePoint Developer Support Team Blog

    CMIS consumer web part unable to perform search?

    Posted over 1 year ago
    by spdevspt
    • 0 Comments
    This post is a contribution from Chanchal Jain, an engineer with the SharePoint Developer Support team. If you have a SharePoint Server installation and you have the SharePoint Search Application configured, you’ll be able to perform search in the SharePoint...
  • SharePoint Developer Support Team Blog

    How to use CMIS APIs to extract information from SharePoint repositories?

    Posted over 1 year ago
    by spdevspt
    • 0 Comments
    What’s CMIS Connector for SharePoint 2010? This post is a contribution from Chanchal Jain, an engineer with the SharePoint Developer Support team. Content Management Interoperability Services (CMIS) connector for Microsoft SharePoint Server 2010 enables...
Page 2 of 2 (47 items) 12
  • © 2013 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy & Cookies
  • 5.6.426.415