in the links click event you can do
Response.Redirect("locationofthefile.filetype");
normally that will link to another page, but when the file type is not a web format, so say something like .mp3, it will prompt for a download
Please remember to click "Mark as Answer" on this post if it helped you.