Skip to content

NanoBreeze/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.