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

ASP.NET

 
QuestionFacebook share using jQuery Pin
Member 803236015-Mar-14 2:45
Member 803236015-Mar-14 2:45 
AnswerRe: Facebook share using jQuery Pin
Tom Marvolo Riddle15-Mar-14 3:22
professionalTom Marvolo Riddle15-Mar-14 3:22 
QuestionFacebook share button is not working Pin
Member 803236014-Mar-14 21:47
Member 803236014-Mar-14 21:47 
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 
I used some examples but doesn't work on the computer or movil device.

when i run the proyect (f5) in the proyect this code works but when i go to chrome or explorer directly doesn't work. How can i do.....

This is the code.


one:

Dim player As New System.Media.SoundPlayer
player.SoundLocation = ("c:\sonidos\error.wav")
player.Play()

two:

Dim sp As SoundPlayer
sp = New SoundPlayer(My.Resources._error)
sp.Play()

Thanks a lot.
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 
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 

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.