views:

629

answers:

1

Hi, I'm reading Professional Microsoft SharePoint 2007 Workflow Programming.

This book provides some detailed info on how SharePoint works, but not the procedures to create workflow.

I wonder how to create a ASP.NET association form (instead of InfoPath form).

Thanks in advance!

+1  A: 

You might want to have a look at http://www.codeplex.com/wss3workflow

This project provides some templates for creating an assoication form. Even if you don't continue to use them, they might help you learn how to create them.

Daniel Pollard