How to update a table and refresh the partial view
I am using MVC format and have a Home Controller, Model, and View. I am trying to create a search filter, where the user can type in some characters, click submit, and filter a table (in a partial view). The data is grabbed from a server, which I believe is fine. My problem is I can’t seem to get the partial view to “refresh” correctly.