in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Browse by Tags

  • Images

    I'm using dC3.0 beta. I need a thumbnail at 150px x 150px for the catalog and a fullsize picture at about 300-400px square for the product page. How are others handling the need for two sizes now??? I checked codeplex and saw that there might be an automatic thumbnail generator developed after the...
    Posted to How Do I . . . (Forum) by MrBruce on 03-24-2008
  • Re: Thumbnails

    Okay here we go: Create a file called ImageService.ashx Copy and Paste the Code from BEGIN: to :END into the file BEGIN: <% @ WebHandler Language ="C#" Class ="ImageService" %> using System; using System.Web; using System.Collections.Generic; using System.Drawing; using System...
    Posted to How Do I . . . (Forum) by Timmey on 03-21-2008
Page 1 of 1 (2 items)