views:

151

answers:

2

I work with ASP.NET VS2005. In stackoverflow, every now and then, a message bar is displayed at the top of the page. When clicked on the message's hyperlink, it takes me to another page which has all information regarding to the context of the message bar. How do/could I do that?

When bar comes up, it shows on all of the open pages.

I want to show a bar dynamically. In my system, I have 10 users, suppose one user want to save something, I want it to show to all other users after saving. How do/could I do that?

A: 

Sounds like comet or reverse-AJAX. Google will give you more answers now that you know what to look for ;)

Mark