Posts by Ricardo • 1 point
1 post
-
0
votes1
answer66
viewsA: View does not render after Return - Asp.net MVC
If I understand and you want to return a View after the data is sent to the Controller you will have to redirect to the View in case of success in your ajax like this: success: function (data) {…