I know (at least i'm pretty sure) there isn't a control for MVC like the asp:UpdatePanel. Can anyone give me some idea on how to do this.
I have a collection that i add entries to from my repository & services layers. in my masterpage i would like to show an alert depending on if there is anything in this collection.
Normally i would have an UpdatePanel whose UpdateMode="Always" and it would check the collection and display my messages.
Do you know how i can achieve something similiar in MVC?