Click here to Skip to main content
15,886,067 members
Articles / Web Development / HTML

Expose the iTunes Library via XML, ASP.NET, and AJAX

Rate me:
Please Sign up or sign in to vote.
4.26/5 (9 votes)
24 Oct 20067 min read 80.5K   459   45  
An article on exposing the iTunes Library via XML, ASP.NET, and AJAX.
  • ituneslibrary_article_src.zip
    • image002.jpg
    • image004.jpg
    • image006.jpg
    • MusicServer
      • About.aspx
      • About.aspx.vb
      • Admin
      • App_Code
      • App_Data
      • App_Themes
        • Black
          • Default.css
          • Default.skin
          • frame.css
          • Images
            • album-bstretch.gif
            • album-l1.gif
            • album-l2.gif
            • album-l3.gif
            • album-l4.gif
            • album-lstretch.gif
            • album-mbl.gif
            • album-mbr.gif
            • album-mtl.gif
            • album-mtr.gif
            • album-r1.gif
            • album-r2.gif
            • album-r3.gif
            • album-r4.gif
            • album-rstretch.gif
            • album-tstretch.gif
            • background.gif
            • bullet-1.gif
            • bullet-2.gif
            • button-add.gif
            • button-cancel.gif
            • button-create.gif
            • button-delete.gif
            • button-download.gif
            • button-dwn_res.gif
            • button-edit.gif
            • button-first.jpg
            • button-gallery.jpg
            • button-import.gif
            • button-insert.gif
            • button-last.jpg
            • button-login.gif
            • button-next.jpg
            • button-play.jpg
            • button-prev.jpg
            • button-rename.gif
            • button-save.gif
            • button-tog24.jpg
            • button-tog8.jpg
            • footer.gif
            • frame-botx--.gif
            • frame-bot-x-.gif
            • frame-bot--x.gif
            • frame-midx--.gif
            • frame-mid--x.gif
            • frame-topx--.gif
            • frame-top-x-.gif
            • frame-top--x.gif
            • header.gif
            • photonav.gif
            • spacer.gif
        • White
          • Default.css
          • Default.skin
          • Frame.css
          • Frame.css.exclude
          • Images
            • album-bstretch.gif
            • album-l1.gif
            • album-l2.gif
            • album-l3.gif
            • album-l4.gif
            • album-lstretch.gif
            • album-mbl.gif
            • album-mbr.gif
            • album-mtl.gif
            • album-mtr.gif
            • album-r1.gif
            • album-r2.gif
            • album-r3.gif
            • album-r4.gif
            • album-rstretch.gif
            • album-tstretch.gif
            • background.gif
            • bodybackground.GIF
            • body-repeat.gif
            • body-repeat-photo.gif
            • bullet-1.gif
            • bullet-2.gif
            • button-add.gif
            • button-cancel.gif
            • button-create.gif
            • button-delete.gif
            • button-download.gif
            • button-dwn_res.gif
            • button-edit.gif
            • button-first.gif
            • button-gallery.gif
            • button-import.gif
            • button-insert.gif
            • button-last.gif
            • button-login.gif
            • button-next.gif
            • button-play.gif
            • button-prev.gif
            • button-rename.gif
            • button-save.gif
            • button-tog24.gif
            • button-tog8.gif
            • content-shim.gif
            • content-shim-none.gif
            • content-shim-photo.gif
            • content-shim-stretch.gif
            • footer.gif
            • footer-side.gif
            • frame-botx--.gif
            • frame-bot-x-.gif
            • frame-bot--x.gif
            • frame-midx--.gif
            • frame-mid--x.gif
            • frame-topx--.gif
            • frame-top-x-.gif
            • frame-top--x.gif
            • header.gif
            • photonav-bg.gif
            • photonav-top-bg.gif
            • spacer.gif
      • AutoCompleteServices.asmx
      • Bin
        • App_Licenses.dll
        • BMR.Common.Framework.XMLTools.dll
        • BMR.Common.Framework.XMLTools.dll.refresh
        • Microsoft.Web.Atlas.dll
        • Microsoft.Web.Atlas.dll.refresh
      • CustomError.aspx
      • CustomError.aspx.vb
      • Default.aspx
      • Default.aspx.vb
      • Default.master
      • Default.master.vb
      • Global.asax
      • Handler.ashx
      • Images
        • icon-save.gif
        • placeholder-100.jpg
        • placeholder-200.jpg
        • placeholder-600.jpg
        • resume-photo.jpg
        • spinner.gif
      • iTunes Music Library.xml
      • LibraryTree.xsl
      • licenses.licx
      • MyAccount.aspx
      • MyAccount.aspx.vb
      • Register.aspx
      • Register.aspx.vb
      • Upload
      • web.config
      • web.sitemap
<%@ Page Language="VB" MasterPageFile="~/Default.master" Title="MYTUNES.COM | Register"
    CodeFile="Register.aspx.vb" Inherits="Register_aspx" %>

<asp:Content ID="Content1" ContentPlaceHolderID="Main" Runat="server">
		    <br />
		    <div id="welcome" style="margin-left:210px">
            <h3>Request an Account</h3>
            <p>Accounts will be activated pending the approval of the Administrator.&nbsp; You
                will receive an email once your account is approved.</p>
            <asp:CreateUserWizard ID="CreateUserWizard1" Runat="server" 
				ContinueDestinationPageUrl="default.aspx"
                DisableCreatedUser="True"
                EmailRegularExpression="\S+@\S+\.\S+"
                EmailRegularExpressionErrorMessage="The email format is invalid." BackColor="#F7F6F3" BorderColor="#E6E2D8" BorderStyle="Solid" BorderWidth="1px" CompleteSuccessText="Your account has been successfully created.  <br> Once approved you will be notified so you can check out the music" Font-Names="Verdana" Font-Size="0.8em">
                <WizardSteps>
                    <asp:CreateUserWizardStep runat="server">
                    </asp:CreateUserWizardStep>
                    <asp:CompleteWizardStep runat="server">
                    </asp:CompleteWizardStep>
                </WizardSteps>
                <SideBarStyle BackColor="#5D7B9D" BorderWidth="0px" Font-Size="0.9em" VerticalAlign="Top" />
                <TitleTextStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                <SideBarButtonStyle BorderWidth="0px" Font-Names="Verdana" ForeColor="White" />
                <NavigationButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
                    BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
                <HeaderStyle BackColor="#5D7B9D" BorderStyle="Solid" Font-Bold="True" Font-Size="0.9em"
                    ForeColor="White" HorizontalAlign="Center" />
                <CreateUserButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
                    BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
                <ContinueButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
                    BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
                <StepStyle BorderWidth="0px" />
            </asp:CreateUserWizard>
        </div>
</asp:Content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions