i am developing audio related project for that i have stored movie names with mp3 file paths in database i am displaying movie names in grid view after clicking on movie name related mp3 file paths will be diaplay in details view i am unable to play tha files in details view how to do this ? Note: here i am storing original mp3 files in one folder in solution explorer and paths in database
for above code i have taken columns in database
database code:
create table adio_3(eid varchar(50),song1 varchar(50),
song2 varchar(50),song3 varchar(50)) using file upload controls i inserted paths
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.