Workflow integration

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Workflow integration

Post by cheemingyong »

any one has any example of how asp.net maker can fit into any of the
the existing workflow generation tools ?

i find that if after completing let's say one of the generated forms, it
will be great if it can move to another form based on a predefined set
of rules that can be set at the development studio level


motfs
User
Posts: 258

Post by motfs »

move to another form

You can use the Page_Redirecting server event to redirect to another form. Read Server Events and Client Scripts -> Page_Redirecting in help file for more detail.


Post Reply