Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
To create a web based UI in ASP.NET C# 2.0+


Functionality:
The To Do List needs to allow the user to:
• Add a new task
• Delete an individual task by clicking the “Remove” button.
• Mark a task as completed by ticking a check box. This will strike through the text description of the task.
• Be able to keep track of all of items while the browser is open.
• Closing and reopening the browser should start fresh with new list.

note.....................database not required
Posted
Updated 28-May-14 5:49am
v2
Comments
[no name] 28-May-14 11:40am    
No one here is going to do your homework assignment for you.
Richard MacCutchan 28-May-14 11:44am    
You need to complete it today? Even for an experienced web programmer there is probably more than one day's work here. Looks like you are not going to pass this course assignment. Oh, by the way, in future please read http://www.codeproject.com/KB/FAQs/QuickAnswersFAQ.aspx first.
[no name] 28-May-14 12:01pm    
I would prepare first three cup of coffee and check whether enough cigarettes are available (cigarettes only in case you like to die sooner)

1 solution

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

And next time, start earlier...
 
Share this answer
 

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