Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have got this college project that I have to display audio mp3 files as a tree view and selecting on the file i need to play. I am completely new to tree view concept, I have managed to display the audio files as nodes but not as a link where it can be clicked and played. I would appreciate if someone could suggest me how to go about with it. Thank you.
Posted
Comments
_Amy 24-Sep-12 10:14am    
What have you tried so far? Where you stuck?
Member 9413472 24-Sep-12 10:33am    
I have just place the treeview control, added player control called ASPNetAudio.NET3 I have also added mp3 files in my project to particular folder init.I didnt do any coding yet.

Could you please suggest.

Thank you

1 solution

There can be few ways to do it. XMLHttprequest, Callback, etc.

One of the examples of treenodes with links sample: ClientCallback custom control for web applications[^]
 
Share this answer
 
Comments
Member 9413472 24-Sep-12 10:36am    
Hi sandeep thanks for your reply

Is there any other way without using XMLHttprequest. I have just place the treeview control, added player control called ASPNetAudio.NET3 I have also added mp3 files in my project to particular folder init.I didnt do any coding yet.

Could you please suggest.

Thank you

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