This course will be retired on July 14, 2025.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Getting Familiar with Our HTML Form 6:13
- HTML Forms Review 5 questions
- Handling a Form Post 3:41
- Using Model Binding to Capture POST Data 8:34
- Adding a POST Action Method 1 objective
- Working with Non-String Data 6:21
- Invalid Values and ModelState 5:13
- Creating Forms Using the HTML Helpers 6:43
- Using HTML Helpers 3 objectives
- Using Our Models 5:11
- Completing Our Model Related Updates 6:23
- Using Strongly Typed HTML Helpers 3 objectives
- Redirecting Back to the List Page 7:12
- Redirecting to an Action 1 objective
- Section Review 5 questions
Start a free Courses trial
to watch this video
- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Now that our project has been set up and we’ve reviewed the provided code, let’s spend some time getting familiar with our HTML form.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-fitness-frog repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-fitness-frog
git checkout tags/v1.5 -b getting-familiar-with-our-html-form
Additional Learning
If you’re unfamiliar with HTML forms or need a refresher, check out this Treehouse course.
For detailed documentation on the HTML <form>
, <input>
, <select>
, <button>
, and <label>
elements, see these pages on the MDN (Mozilla Developer Network) website.
For more information about sending form data and the differences between GET and POST requests, see this page on the MDN (Mozilla Developer Network) website.
For more information on the Bootstrap form styles, see the official Bootstrap documentation.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Hamzah Iqbal
Full Stack JavaScript Techdegree Student 11,145 Points0 Answers
-
Tim Uzzanti
11,775 Pointswhat i cloned doesnt match what is displayed in the video along with is being very very broken
Posted by Tim UzzantiTim Uzzanti
11,775 Points1 Answer
-
Martin Kariuki
586 Points3 Answers
-
Kevin Gates
15,053 PointsUsing Visual Studio 2017, I get a: Could not find a part of the path 'C:\Users\...\FitnessFrog\bin\roslyn\csc.exe'.
Posted by Kevin GatesKevin Gates
15,053 Points4 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up