I have a 2 partial views, both may be on the same page at one time, but not always.
What is the most efficient way to refresh an element in one of the views after the other posts back via jQuery ajax?
I don’t want dependencies between one part of the page and the other.
Fire an event after an ajax load is complete. Of course, you’ll have to bind a container or the element in question to the event so it will update when the event is fired.