Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to play a beep sound in each row update of a gridview to notify the updations. I tried audio tag in HTML5. But it displays the player also. I want only a sound. Is their any methods to implement this?
Posted

1 solution

This is how you can play the sound:
http://www.w3schools.com/html/html_sounds.asp[^].

Quite apparently, you want to do it on the client side, hence JavaScript.

However, don't do it. It will irritate most users.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900