I want to play a sound when asp.net updatepanel updates. Is there a free and simple way to play sound when ajax panel updates?
|
|
Your going to have to attach an event to the endRequest event:
the above is Asp.Net ajax, you will have to parse and determine if the postback is coming from a updatepanel's update. The only true way to get a sound to play that is cross browser compatible is to trigger it within a Flash object. IE and FF have different methods for firing a sound. |
||||||
|
|
|
I'am is still waiting someone to give me a qlue. I want to do monitor update of adatabase table like http://live.feedjit.com does |
||
|
|
