Dilema: I love this control but....

  •  11-04-2005, 3:49 PM

    Dilema: I love this control but....

    I have 2000 folders with images in each folder.  Each folder represents a "gallery".  These folders are preexisitng to using the DotNetGallery control.
     
    I need the indexes made ahead of time so I can write a routine to import descriptions into each gallery.xml file.  These descriptions are stored in a database.  I can write a loop and use XPath to update the gallery files.  But  I need a way to this:

    for each record in my database
    {
    Get the description field and the folder name

    Open an XML object (many of them) that will write the description to the gallery file.

    }

    I have read that the gallery.xml file can't be made programatically so Im basically screwed right?

     
    Any suggestions?
View Complete Thread