If Workflow Service Application is not displayed, enabled it by launching the Farm Configuration Wizard.
Tag: Sharepoint
Ways to debug ASP.NET and Sharepoint webparts
Or, From “Debug”, select “Attach to process…” and attach the debugger to the w3wp.exe processes and start debugging. Make sure to open the browser and browse the site first to start the processes before attaching.
Add parameters to workflow programmatically
Test emails with SharePoint
https://papercut.codeplex.com/
follow the article https://prasadpathak.wordpress.com/2014/10/31/sharepoint-using-papercut-for-testing-the-email-functionality-in-sharepoint/
Make sure the local SMTP server is created and configured and started from IIS 6.0
Disable the Simple Mail Server … service in Services
Set papercut to listen on port 25 local server
Start a SharePoint workflow programmatically
https://jainnitin2411.wordpress.com/2012/07/06/programmaticallystartsharepointworkflow/
Unable to load workflow actions from the server
Passing data from one ASP.NET page to another
http://sharepoint.infoyen.com/2012/03/13/pass-page-values-from-one-to-another-page-in-asp-net/