From the course: Learning ASP.NET

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Add a support form

Challenge: Add a support form

From the course: Learning ASP.NET

Start my 1-month free trial

Challenge: Add a support form

(upbeat music) - [Instructor] Here's a challenge for you to practice the concepts we just learned. It's pretty common for websites to have a support feature where users can submit requests to get support. Maybe they've run into an issue or need help with a specific feature. We'll be adding a support form to our web forms application to enable this functionality. The form should collect a few pieces of information, the user's first and last name and email address. It should also let them enter a description of the support issue. We want to make sure that first name and email were entered so we'll need to add validation for those two fields. When they submit the form, we'll acknowledge that we got their request and we'll do that by displaying a message on the screen that addresses them by their first name and lets them know there'll be contacted by a member of our support team. This challenge should take you about 10 minutes…

Contents