Hi All,
We are using below thing in Button click event. from project it is getting sound in web application. but After deploying the file sound is not coming on same system or any cliemnt system.
Any one can you please help us.
Regards,
venu
We are using below thing in Button click event. from project it is getting sound in web application. but After deploying the file sound is not coming on same system or any cliemnt system.
Any one can you please help us.
Code:
using System.Media; System.Media.SystemSounds.Beep.Play(); System.Media.SystemSounds.Asterisk.Play(); System.Media.SystemSounds.Exclamation.Play(); System.Media.SystemSounds.Question.Play(); System.Media.SystemSounds.Hand.Play();
venu
Comment