I've been tasked with adding functionality to an existing ASP.net Form Application. Users are authenticated when they log in.
I've been asked to program the application so that when the user logs in, they see a special message notifying them that they have a new message(s).
I think that StackOverflow implements this functionality extremely well. The banners appear at the top of the page in a way that makes them impossible to miss and unobtrusive. Can the Stackers please chime in on how to implement functionality similar to this in my ASP.net application?