Project Summary

This project aims at making the creation of sharepoint workflow taskforms in ASP.NET as simple as possible.

Imagine having a ASP.NET developer with limited sharepoint experience and NO workflow knowledge.

Now it's simple to create task forms, just create a UserControl and access WF-data using
string someCustomData = SPAspTaskFormContainer.Current.Field["SomeCustomData"];

And save the data back to the workflow using
SPAspTaskFormContainer.Current.Save()
The save-method will actually do a redirect and navigate the user back to wherever you decide.

Share

 No code available to analyze

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Ohloh cannot perform this analysis

Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Ohloh can generate statistics! It's fast and easy - try it and see!

Add a code location

Community Rating

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
Sample_ohloh_analysis
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.