Here Mudassar Ahmed Khan has explained with an example, how to pass (send) HTML Table rows (data) from View to Controller’s Action method using jQuery AJAX in ASP.Net MVC Razor.
The HTML Table rows will be sent as JSON object similar to Model class and will be received as Model class objects inside Controller’s Action method in ASP.Net MVC Razor.
↧