Skip to main content

Dan Herzog

Blogs from this Author

Ajax Control Toolkit in MOSS – the List Search control

Our team has spent a bit of time working with the latest Ajax Control Toolkit, available at http://www.codeplex.com/AtlasControlToolkit, incorporating it into our SharePoint customizations. Getting the controls to work in SharePoint requires jumping thru a few hoops – here’s a great article from Mike Ammerlaan at Microsoft to help you get started. We quickly became […]

Versioning in MOSS workflows

Say you have version 1 of a custom workflow running and being used by your end users, and later on when you have version 2 ready to deploy. You may have many instances of version 1 in progress, and you certainly don’t want to disrupt these running workflows – they should be allowed to continue […]

Start a MOSS workflow programmatically

MOSS provides a couple of ways for you to designate how a workflow should start at association time. You can have the users start it manually, or you can have it start automatically when a new item is created or updated. You may find a need at some point to programmatically start a workflow, like […]

Start a custom workflow from the context menu dropdown

I was tasked with giving the users the ability to start a custom workflow on a document via the context menu dropdown in a document library. I settled on a strategy that would add a link to the dropdown and be flexible enough to reuse for several workflows. The basic steps are: 1. Add a […]

Load More