Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Product Upload/Download question

  1. #1
    bogar155 is offline Junior Member
    Join Date
    Oct 2008
    Posts
    6

    Default Product Upload/Download question

    Wanted to know if I manually add a product into our storefront, is it possible to download that file into an excel or xml file to have as a backup?

    What I am asking is can you build the file in Asp then download it as an excel or an xml.

    Thanks for any feedback.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You can export some product information through the Products->Export Product Pricing to Excel/XML option in the admin site, but that does not export ALL product details.

    If you're wanting a backup, you should really have your host backup the database frequently (if they're not already), so you can have it restored if need be.

  3. #3
    Rex is offline Banned
    Join Date
    Nov 2007
    Posts
    561

    Default

    Using the GemBox components included, you can create excel worksheets and populate them with information and then save them to file, if that is really what you are looking for.

    You can find online help about the objects available for use here
    http://www.gemboxsoftware.com/help/G...readsheet.html

    You can also fill a DataSet with Product table information and export it to XML.

    It really depends on what you are looking to achieve.