Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Im trying to implement a task manager app which includes a list of tasks and subtasks for each one and subtasks of subtasks and so on. First of all is there any ready-to-use app for this? I think subtasks hierarcy is not supported by excell or other office components.
If it is not, I will come to some solutions:

1. A relational SQL server database which has a root table and its child tables refrencing it through foreign keys.

2. A treeview UI control which can then be stored as an xml file.

Are these good solutions or there are better ones?
Posted
Comments
lukeer 15-Oct-12 8:02am    
Given you just want to have such a tool, instead of developing it, you could try this[^] (I'm not in any way connected to the product other than using it).
cs101000 15-Oct-12 10:02am    
Thanks lukeer! The functionality is great but the interface is not much apealing

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900