Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 07, 2012 11:37 AM by ramiramilu
0 Points
3 Posts
May 04, 2012 06:55 AM|LINK
hi,
i have a gridview , corresponding to each row there are buttons .
1) i want to play wave file in vlc player
2) Name of the wave is like id of each row.i.e if id is 1 then wave file named is 1.wav
kindly help
Regards
puneet
All-Star
16006 Points
1728 Posts
Microsoft
May 07, 2012 08:37 AM|LINK
There are many flexible ways to play wav file in asp.net:
http://vijaymodi.wordpress.com/2007/04/19/aspnet-load-audios-videos-files-in-sequence/
http://forums.asp.net/p/1254313/2331308.aspx
95275 Points
14072 Posts
May 07, 2012 11:37 AM|LINK
009arora 1) i want to play wave file in vlc player
Object tag would do....
009arora 2) Name of the wave is like id of each row.i.e if id is 1 then wave file named is 1.wav
put your object tag in ItemTemplate of Gridview and then Databind it as normally using Eval()...
Thanks,
009arora
0 Points
3 Posts
calling vlc player on each row in the gridview in asp.net
May 04, 2012 06:55 AM|LINK
hi,
i have a gridview , corresponding to each row there are buttons .
1) i want to play wave file in vlc player
2) Name of the wave is like id of each row.i.e if id is 1 then wave file named is 1.wav
kindly help
Regards
puneet
Frank Jiang ...
All-Star
16006 Points
1728 Posts
Microsoft
Re: calling vlc player on each row in the gridview in asp.net
May 07, 2012 08:37 AM|LINK
There are many flexible ways to play wav file in asp.net:
http://vijaymodi.wordpress.com/2007/04/19/aspnet-load-audios-videos-files-in-sequence/
http://forums.asp.net/p/1254313/2331308.aspx
Feedback to us
Develop and promote your apps in Windows Store
ramiramilu
All-Star
95275 Points
14072 Posts
Re: calling vlc player on each row in the gridview in asp.net
May 07, 2012 11:37 AM|LINK
Object tag would do....
put your object tag in ItemTemplate of Gridview and then Databind it as normally using Eval()...
Thanks,
JumpStart