Click here to Skip to main content
16,015,218 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
insert mp3 files into the database while inserting the mp3 files, user can select multiple mp3 files
with control key and those inserted mp3 files has to display on the page form of gridview
Posted

1 solution

Hi friend,

You can use the OpenfileDialog() and set multipleselect property to true, then you can select multiple files. after select the multiple files, you can add to the datagrid and also to the database .
 
Share this answer
 
Comments
chepurichandrakanth@gmail.com 4-Oct-12 3:52am    
what is "openfiledialog()" sir?will u write code for above my question?
Rockstar_ 4-Oct-12 4:10am    
where are the mp3 files?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900