Skip to content

jillmnolan/CodeProject-Creating-Forms-in-ASP.NET-MVC-5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeProject-Creating-Forms-in-ASP.NET-MVC-5

Source code for Code Project article "Creating Forms in ASP.NET MVC 5". This project contains four ways of making forms:

  • weakly typed synchronous form
  • strongly typed synchronous form
  • strongly typed AJAX form
  • using jQuery with AJAX to post form data

The views for the forms are in ~/Views/Form and the controller is ~/Controllers/FormController.cs.

About

Source code for Code Project article "Creating Forms in ASP.NET MVC 5"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 53.3%
  • HTML 35.0%
  • JavaScript 11.1%
  • Other 0.6%