Search results for query: *

  1. M

    Resolved Updating a Div using c#

    Cracked it MyTest.Attributes.Add("data-media", "MusicFavourites/" + ddlFavFolders.SelectedItem.Text); I even got my MP3 player within the UpdatePanels
  2. M

    Resolved Updating a Div using c#

    After trawling the net and reading a few books came up with the following Thought I'd have a go at jQuery, this is my first attempt, have written the following, <script> function ChangePlaylist () { var selected= "MusicFavourites/" +...
  3. M

    Resolved Updating a Div using c#

    The steps are as follows 1. When the page loads it automatically retrieves all available mp3's in a gridview 2. You select the favourite folder from the dropdown to assign your tracks to, these are retrieved from the database 3. In the gridview from step 1 you select the appropriate track and...
  4. M

    Resolved Updating a Div using c#

    Evening It is a webform, how would I pass the string MyPlaylistVariable to the client Many thanks[/icode]
  5. M

    Resolved Updating a Div using c#

    Many thanks for all your help with the previous thread with XML and Virtual Folders in IIS 2 Questions if I may 1. I have the following inside my DotNet Webform - HTML [code lang=html] <div id="MediaPlayer"> <table> <tr> <td><img...
  6. M

    Resolved XML and Virtual Directory

    Morning Firstly apologies, I didn't see the %20 on your original response, I tested to ensure that the URL was working, after adding your URL as above it all worked, can't believe and didn't even consider the %20. Many thanks for all your help I'll be adding another field to my database now and...
  7. M

    Resolved XML and Virtual Directory

    Hi John I added an ASP button to the page and added a response.redirect to http://localhost/MyPersCollection/MusicCollection/iisstart.htm, the code launched the iisstart from the virtual directory which proves that the VD is working I've tried various ways with the XML as above, still can't play...
  8. M

    Resolved XML and Virtual Directory

    Have tried the methods above, there is no error message, the tracks just don't play, I'm getting the impression that Wimpy cannot handle Virtual Directories.
  9. M

    Resolved XML and Virtual Directory

    Hi Many thanks for coming back to me, unfortunately that didn't work
  10. M

    Resolved XML and Virtual Directory

    I've spent the last few years slowly building my own record database to hold my vinyl collection, recently I extended it to include lyrics and album photos, I've always been looking for a freeware mp3 player to build into it, before Christmas I found Wimpy 7.81. Part of the structure for my...
Back
Top Bottom