You'll have to dynamically generate images on the server using the GDI APIs.
There's a MSDN article on this (for things like PieCharts) here:
http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Hello,
>
> I am working on a configurator application that needs to have a
> changing visual representation of the product being configured. I
> have a base image representing the 'core' requirements for the product
> and the user is able to select from a variety of optional equipment.
>
> I need to be able to overlay the base image with the corresponding
> images for each selected option. This is an asp.net solution for the
> .Net framework version 1.1.
>
> Basically, I'd like to select an option, post back to generate the
> appropriate image (by overlaying on image on top of the other(s)) and
> display the resulting page. Can anyone point me to sample code or a
> useful tutorial in this regard?
>
> thanks,
>