Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Facebook share button is not working Pin
Peter Leow14-Mar-14 22:01
professionalPeter Leow14-Mar-14 22:01 
Questioncant trigger button server side event Pin
vangli13-Mar-14 22:26
vangli13-Mar-14 22:26 
AnswerRe: cant trigger button server side event Pin
kaushikpathak18-Mar-14 1:41
kaushikpathak18-Mar-14 1:41 
QuestionPage Cache - Panel control Pin
oDoJo13-Mar-14 19:37
oDoJo13-Mar-14 19:37 
QuestionHow to playing song in the mobil devices with my ASP Pin
famontepeque13-Mar-14 10:20
famontepeque13-Mar-14 10:20 
AnswerRe: How to playing song in the mobil devices with my ASP Pin
Bernhard Hiller14-Mar-14 0:36
Bernhard Hiller14-Mar-14 0:36 
GeneralRe: How to playing song in the mobil devices with my ASP Pin
famontepeque15-Mar-14 3:49
famontepeque15-Mar-14 3:49 
GeneralRe: How to playing song in the mobil devices with my ASP Pin
Richard Deeming17-Mar-14 2:27
mveRichard Deeming17-Mar-14 2:27 
As Bernhard said, you can't play sound from server-side code and expect the user to hear it - unless they're all in the same room as your server and you turn the server's speakers up really loud!

You need to play the sound on the client. That means you'll need to have the sound in the correct format(s) for the browsers you need to support, and you'll need to use the HTML5 <audio> tag.

W3Schools has an article[^] explaining the process.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


Questionasp.net dropdownlist show all list item Pin
VLRRAJ13-Mar-14 4:18
VLRRAJ13-Mar-14 4:18 
AnswerRe: asp.net dropdownlist show all list item Pin
_AK_13-Mar-14 4:34
_AK_13-Mar-14 4:34 
QuestionDeploy ASP.NET MVC site under existing ASP site Pin
rlangi0512-Mar-14 22:40
rlangi0512-Mar-14 22:40 
Questionimplementation of contact manager Pin
murthy29412-Mar-14 11:03
murthy29412-Mar-14 11:03 
AnswerRe: implementation of contact manager Pin
David Mujica13-Mar-14 3:23
David Mujica13-Mar-14 3:23 
Questionurl Redirection in asp.net Pin
ranjeet850@gmail.com12-Mar-14 1:16
ranjeet850@gmail.com12-Mar-14 1:16 
AnswerRe: url Redirection in asp.net Pin
Richard Deeming12-Mar-14 2:01
mveRichard Deeming12-Mar-14 2:01 
Questiondynamically URL for JS file Pin
ThetaClear10-Mar-14 22:16
ThetaClear10-Mar-14 22:16 
QuestionRe: dynamically URL for JS file Pin
Kornfeld Eliyahu Peter11-Mar-14 0:15
professionalKornfeld Eliyahu Peter11-Mar-14 0:15 
AnswerRe: dynamically URL for JS file Pin
ThetaClear11-Mar-14 0:25
ThetaClear11-Mar-14 0:25 
AnswerRe: dynamically URL for JS file Pin
Kornfeld Eliyahu Peter11-Mar-14 0:31
professionalKornfeld Eliyahu Peter11-Mar-14 0:31 
GeneralRe: dynamically URL for JS file Pin
ThetaClear11-Mar-14 0:49
ThetaClear11-Mar-14 0:49 
AnswerRe: dynamically URL for JS file Pin
Kornfeld Eliyahu Peter11-Mar-14 0:56
professionalKornfeld Eliyahu Peter11-Mar-14 0:56 
GeneralRe: dynamically URL for JS file Pin
ThetaClear11-Mar-14 1:22
ThetaClear11-Mar-14 1:22 
AnswerRe: dynamically URL for JS file Pin
Kornfeld Eliyahu Peter11-Mar-14 1:24
professionalKornfeld Eliyahu Peter11-Mar-14 1:24 
Questionasp.net related question Pin
Member 1065938110-Mar-14 15:51
Member 1065938110-Mar-14 15:51 
AnswerRe: asp.net related question Pin
Peter Leow10-Mar-14 16:13
professionalPeter Leow10-Mar-14 16:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.