ASP.net Pop up Alert without page load
Posted
by Sunny
on Stack Overflow
See other posts from Stack Overflow
or by Sunny
Published on 2010-04-29T10:29:55Z
Indexed on
2010/04/29
10:37 UTC
Read the original article
Hit count: 444
Hi,
In ASP.NET -->
I want to popup an alert window in the case of an event. I don't have a button, i do not load the page at that event. When I searched i got a lot of java script examples but I can't use them as they work either on a button click or on page load. I just want a pop window to come as soon as I capture a particular event. I keep checking for the events every 5 second, as soon as i capture one event, there is a switch case for the actions to follow according to the event captured. For one particular case, i need one pop up "Sorry" along with an OK button. Can someone tell me what to do.
Thanks
© Stack Overflow or respective owner