Partial Rendering with ASP.NET MVC and jQuery
Jun
01
Next, we need an action for creating a new task. However, we want to invoke it from JavaScript, and have it only return the markup for the new task item so that we can append it to the task list dynamically, instead of refreshing the …
Go here to read the rest:
Partial Rendering with ASP.NET MVC and jQuery