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?
views:
25answers:
3
A:
Take a look at the jQueryUI dialog. You can easily use this to display a popup notice in your app.
geoff
2010-09-20 10:56:44
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
2010-09-20 11:04:50
+1
A:
You can use Ajax Control ToolKit...
This may help you!!
http://stackoverflow.com/questions/3625669/pop-up-window-in-asp-net
Vinoth
2010-09-20 12:49:49