Question:
I have a table of projects populated with the below Controller codeHow do I refresh the list of assignments, still filtered by the same ProjectId?
Answer:
If I understand your question correctly, then you do an AJAX request to get the information to show in the modal dialog and you use a regular form POST to actually update the information.I guess that this snippet:
If you have better answer, please add a comment about this, thank you!