Save and retrieve MP3 Songs Audio files in SQL Server Database in C#
while inserting the mp3 files into the database like gmail style we have to insert and display that songs in gridview
DESIGN page
movie_name [TEXTBOX]//here user can enter movie name
select_mp3 files [FILE UPLOAD CONTROL]
//here user can attach multiple mp3 files like gmail
[INSERT BUTTON]
i)page has to display movie names ,after clicking on the movie name that perticuler songs has to be display in gridview ?
pls solve this.............