You can add the Workflow Toolbar control to your Web page to enable the following features for your user interface:
The Workflow Toolbar control has properties, methods, and events that make it possible for you to display or hide toolbar options and use these features independently or together. For more information about using the toolbar control, see Workflow Toolbar Control.
Note If your team solution includes offline support and you do not use the Workflow Toolbar control in your data access pages, you must create the offline redirection script manually. For more information, see Adding Code to a Data Access Page for Offline Redirection.
To use the Workflow Toolbar control in your user interface, you must consider the following requirements:
Note If your data access page is based on a table, the UniqueTable property may bind to dbo.[Tablename]. You must remove the “dbo.” and the brackets for the toolbar control to function properly.
To add the Workflow Toolbar control to a data access page
The toolbar control is added to the page and automatically binds to the workflow rules by inspecting the UniqueTable property on the data source control.
For information on saving the data access page to your solution Web site, see Saving a Data Access Page to a Web.