1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How can this be done?

Discussion in 'C#' started by JEP_Dude, Mar 21, 2010.

  1. #1
    Hey there.....

    A friend of mine has asked me to design for them a website. ...That part is easy and it presents no problem.

    Yet, he asks for something that is presently beyond my ASP.Net '08 coding abilities. He wants to allow a website visitor to download an audio copy of a Christian sermon.

    Does anyone know how to do this? Is there any website that give clear coding lessons or examples on how I should do this?

    Any help of ideas would be GREATLY appreciated!

    Thanks in advance....!

    May you have a blessed day as the Lord wills.

    JEP_Dude
     
    JEP_Dude, Mar 21, 2010 IP
  2. SHOwnsYou

    SHOwnsYou Peon

    Messages:
    209
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you please clarify? It seems like you can simply upload sermon.mp3 and make a typical <a href="sermon.mp3">Download this Sermon!</a> and they will be able to download it.
     
    SHOwnsYou, Mar 25, 2010 IP
  3. JEP_Dude

    JEP_Dude Peon

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    SHOwnsYou ...& others...

    Thank you very much! I think you may have answered my question. Yet, isn't there a way to accomplish this task through Visual Studio '08?

    God bless

    JEP_Dude
     
    JEP_Dude, Mar 25, 2010 IP
  4. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Yo u can place a Hyperlink Control and set the navigate URL field as your mp3 file.
     
    bibinsmk, Mar 25, 2010 IP
  5. john.michael.kane.kane

    john.michael.kane.kane Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    upload you mp3..
    <a href='you.mp3'>mp3 name</a>
    so change download
     
    john.michael.kane.kane, Mar 29, 2010 IP
  6. lazystream

    lazystream Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    on your page designer in visual studio, stick a label where you want them to download the file.
    in your code behind just write the html there for the file based on ya query string if the page is dynamic.
     
    lazystream, Apr 16, 2010 IP
  7. sauravmandhotra

    sauravmandhotra Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    put a upload control to upload file and the other control that will provide download code
     
    sauravmandhotra, Jul 31, 2010 IP
  8. sauravmandhotra

    sauravmandhotra Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    there is an upload control in asp.net 3.5 use that to upload that file
     
    sauravmandhotra, Aug 1, 2010 IP
  9. chanda

    chanda Peon

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    use file upload control... and save this to ur data base and ur application folder
     
    chanda, Aug 19, 2010 IP