Creating a Website with an event handler (button) 1.1) Using Web Forms controls, create a Web application to store a user’s To Do List. 1.2) Design the following Web form. Include two TextBox objects, a Button object and a ListBox object. Make sure that the colors you choose compliment your interface, and that text is easy to read. Be creative and change the fonts, sizes and color of text. 1.3) Allow users to input their name in the one TextBox and their grocery items in the other TextBox Use those values to populate the ListBox object. 1.4)Allow users to make a selection for which item to remove from the list. Display their name and the selection on a Label object(at the bottom of the screen) and then remove that item from the ListBox. To check if the item was removed succesfully, add a new item as in 1.3 of assignment
Activity 1
Creating a Website with an event handler (button)
1.1) Using Web Forms controls, create a Web application to store a user’s To Do List.
1.2) Design the following Web form. Include two TextBox objects, a Button object and a ListBox
object. Make sure that the colors you choose compliment your interface, and that text is easy to
read. Be creative and change the fonts, sizes and color of text.
1.3) Allow users to input their name in the one TextBox and their grocery items in the other TextBox
Use those values to populate the ListBox object.
1.4)Allow users to make a selection for which item to remove from the list. Display their name and
the selection on a Label object(at the bottom of the screen) and then remove that item from the
ListBox. To check if the item was removed succesfully, add a new item as in 1.3 of assignment
Step by step
Solved in 3 steps with 2 images