I'm using Ajax to save the form data. The problem is that after saving the data they can not redirect to the "Action Index" where customers are listed registered, since the request was made in Ajax. I thought of creating a PartialView for this and rendering it with jQuery, but it would be redundant because there is already a View for this, which is the home of the system, as he had said. Are there any other alternatives to this?