Create .Net Web Forms for WorkflowGen
The simplest and the most powerful solution to create your Web Forms
Last update: October 31, 2007
Thanks to WorkflowGen.My, it is now very simple to create web forms which are using .Net 2 technology.
Important: .Net 2 Framework must be installed on the server
WorkflowGen.My
WorkflowGen.My is a .Net 2 assembly which contains the WorkflowPage class to use to create your web forms.
WorkflowGen.My contains some classes to simplify the use of Workflow Context parameters inside your web services.
This assembly can be installed in your application's bin folder or in the GAC.
Download the latest WorkflowGen.My version (version 2.1.6 - Note: the DLL properties displays this version as 2.1.xxxx.6)
Web Form Developer Guide
The developer guide contains all the information you need to create your first web forms in .Net 2 with WorkflowGen.My and its WorkflowPage super class.
Download Developer Guide
Web Form samples pack
The Sample package contains simples, advanced, using AJAX technology, C# and VB.Net webform examples which help you to learn and to understand how to create Web Forms in .Net for WorkflowGen. The examples were created with Visual Web Developer 2005 Express Edition but you can use any Visual Studio 2005 editions you want.
Important: Don't forget to copy WorkflowGen.My.dll in the Bin folder of each sample or install it in the GAC.
Download Webforms .Net 2 samples pack
The WorkflowFileUpload Control
Use this web control to:
- Upload large files
- Avoid losing file upload selections upon postbacks.
- Upload multiple files of the same name.
- Apply restrictions such as file size or extension.
- Download currently attached files from within the Webform.
(WorkflowGen.My 2.1.6 DLL required - Note: the DLL properties displays this version as 2.1.xxxx.6)
Download WorkflowFileUpload