In ASP.Net application, I display a list which can be in below three states -
- Initial
- Submitted
- Approved
I need to write a workflow with these three state but not able to understand how do I implement triggers for these states in asp.net application as user would be changing the state as per his convenience on login. Please help.