jeffq
jeffq

Reputation:

How to create a ASP.NET association form for a SharePoint Workflow?

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!

Upvotes: 1

Views: 1580

Answers (1)

Daniel Pollard
Daniel Pollard

Reputation: 1230

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.

Upvotes: 1

Related Questions