GitHub - aadzl/CodeProject-Creating-Forms-in-ASP.NET-MVC-5: Source code for Code Project article "Creating Forms in ASP.NET MVC 5" · GitHub
Skip to content

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

 
 

Folders and files

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

Contributors

Languages

  • C# 83.1%
  • JavaScript 11.1%
  • HTML 5.2%
  • Other 0.6%