Why PartialView cannot reload with Ajax in MVC
问题 I use a popup window to create a new record and I render a view inside the window. In addition to this, I call a partialview in this view according to the selectedindex of a combobox in it. I can successfully post the form to the Controller and return it to the view when there is an error. However, after returning the form, only the view part returns and I cannot render the partialview . So, how can I also render partialview as the last status just before submitting the form? View: <script