Has somebody have code-sample how to use Listener activity in Sequncial Workflow in asp.net
Just like the Expense Report Workflow example Lab-01 exercise 4.
Specially the code for how to approve/Reject using Asp.net
I do not mind if the data is persisted in the SqlWorkflowPersistenceService. It will make my life easier.
I know there is a bug in the dalay activity when used inside listner activity.
But It is fine with me.
Thanks much in advance..

Listener activity in Sequncial Workflow in asp.net?
Rob the programmer
Take a look at this page: http://msdn2.microsoft.com/en-gb/library/ms734584.aspx
It has several good links to get going with ASP.NET samples.
Thanks,
Angel