Tuesday, October 13, 2009

Midterm Assignment

I'm not big on written Midterms (you will have a written Final)

Your Midterm project is to build the Keyword parser method for our .NET-Twitter application.

Have the user enter text into a Multiline TextBox - any Keywords the user wishes to enter will need to preceeded by a '#' sign. After the text has been entered the user will hit a submit Button which will do two things:

1. the Textbox will disappear and a Label will display with the same text as that which was entered by the user.
2. A CheckBoxList will display all the Keywords as Items. If a word is selected in the CheckBoxList, highlight the Word in the Label (using html tags)

Also provide a switch back to the Edit Mode (TextBox viewable, Label hidden) where the user can make any changes to the Text - be sure to update the CheckBoxList. Words should only appear once in the CheckBoxList, but the user can Keyword the same word multiple times in the text.

This assignment will be due on Friday, October 16th, by 11:59pm

No comments:

Post a Comment