tags:

views:

25

answers:

3

In my application, I have a panel where I am displaying no of new comment are posted
(admin window) . But I want a popup message box whenever new comment is posted like "New Comment has been posted" with refreshing the page...How can I implement this?

A: 

Take a look at the jQueryUI dialog. You can easily use this to display a popup notice in your app.

geoff
A: 

Take a look at GreyBox, we use this one all the time here and have yet to find any problems with it (all browsers). Users really seem to like the way it looks too.

m.edmondson
+1  A: 

You can use Ajax Control ToolKit...

This may help you!!

http://stackoverflow.com/questions/3625669/pop-up-window-in-asp-net

Vinoth