ASPX Controls for [blackpearl]

A custom control that can be added to workflow-enable nearly any ASPX page with little or no coding. The submit control encapsulates many features that developers normally repetitively code on each web page. Events are exposed to the page to allow developers to easily connect standard ASP.NET web controls to process and activity level data fields. Page-to-page flow (without going back to the worklist) can easily be enabled by using metadata in the workflow process.



This project has been tested successfully against [blackpearl] release 0803.
 
 


A new control called K2Panel is in the works.  K2Panel works in conjunction with K2Submit.  Put a K2Panel control on the page, then add standard ASP.NET controls to the panel.  If the ID of the ASP.NET control matches a process or activity level data field, the panel will load/save the control values from/to the workflow automatically (if the control is appropriate for the workflow data type).
 
 


This is the initial release of the blackpearl.web.controls example.

- More documentation is coming

- More features and improvements will be added as time permits.