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 2007
Related Posts
Blog Post:
SharePoint Workflow Architecture – Part 2
SharePoint Developer Support
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution for the community to better understand the internals...
on
12 Mar 2013
Blog Post:
Workflow name in workflow history list
SharePoint Developer Support
This blog post is a contribution from Balaji Sadasivan, an engineer with the SharePoint Developer Support team. Issue In order to audit workflows, we require to see the name of the workflow in the history list. Cause Currently the workflow history has no provision to show the workflow name. Workaround...
on
18 Dec 2012
Blog Post:
HOW TO: Prevent users from pressing back button after signing out from a SharePoint site
SharePoint Developer Support
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 to close the browser after sign out: “You must close...
on
26 Nov 2012
Blog Post:
SharePoint Workflow Architecture – Part 1
SharePoint Developer Support
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution for the community to better understand the internals...
on
11 Mar 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
Blog Post:
HOW TO: Include symbols in rich text editor in MOSS 2007
SharePoint Developer Support
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. Step1 Copy the image (symbol.jpg) to C:\Program...
on
7 Sep 2012
Blog Post:
HOW TO: Prevent site deletion with a custom event receiver
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 how to develop a custom site event receiver to prevent users from deleting a SharePoint site. By default, any user with the sufficient permission can delete a site....
on
7 Sep 2012
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:
Adding more than 1KB of data in the property bag SPWeb.AllProperties can cause High memory and CPU
SharePoint Developer Support
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 its own query so it comes with performance penalty...
on
7 Jun 2012
Blog Post:
SharePoint Workflow Architecture – Part 3
SharePoint Developer Support
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution for the community to better understand the internals...
on
12 Mar 2013
Blog Post:
Rerouting users to a custom page after multiple page upload
SharePoint Developer Support
This blog post is a contribution from Balaji Sadasivan, an engineer with the SharePoint Developer Support team. Puzzle In MOSS 2007 and SharePoint 2010 you can reroute the user to a custom page after they complete uploading documents to a document library to by changing the source parameter in the query...
on
18 Dec 2012