Marutani.Yuri
New member
I need two web forms. The first web form will allow the user to enter a color in a textbox and, upon pressing a button, the color will be added to a dropdown. When the user is ready, he or she can select an item from the dropdown and, upon pressing a separate button, they will be redirected to the second web form.
The second web form will display the name of the color in a label with the background color of the label set to the user's selection. If the user entered an invalid color, the label should display a message indicating the problem.
The second web form will display the name of the color in a label with the background color of the label set to the user's selection. If the user entered an invalid color, the label should display a message indicating the problem.