I have an MVC 5 application using bootstrap tabs. It's easy to load the tabs using jquery method ('tab'.load('url')), but when I do a submit action on a razor view, it
returns to a full page view. How can I get the posted data to return to the tab holding the form that posted it?
Moved byBill_StewartFriday, July 7, 2017 6:13 PMOff-topic