Connecting Tech Pros Worldwide Forums | Help | Site Map

Render multiple images

Jon
Guest
 
Posts: n/a
#1: Nov 19 '05
Hello all,

Can anyone offer any help with our problem.

We have a database that returns multiple (100's) of images as memorystreams.
We need to output these all at once. The option of having a separate aspx
page that takes a parameter then displays the image is not an option (this is
for multiple reasons).

Are there any ways of doing this?

Thanks all,

Jon
Bruce Barker
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Render multiple images


a couple:

1) use a non IE browser like firefox/netscape/opera/safrai that support
inline images
2) merge all the images into one image, and return that image

-- bruce (sqlwork.com)


"Jon" <Jon@discussions.microsoft.com> wrote in message
news:AB8C06DD-16FC-452F-848F-44DA9612B320@microsoft.com...[color=blue]
> Hello all,
>
> Can anyone offer any help with our problem.
>
> We have a database that returns multiple (100's) of images as
> memorystreams.
> We need to output these all at once. The option of having a separate aspx
> page that takes a parameter then displays the image is not an option (this
> is
> for multiple reasons).
>
> Are there any ways of doing this?
>
> Thanks all,
>
> Jon[/color]


Steve C. Orr [MVP, MCSD]
Guest
 
Posts: n/a
#3: Nov 19 '05

re: Render multiple images


I addition to Bruce's fine suggestions, perhaps you could use an HTTPHandler
to do the heavy lifting.
Here's more info:
http://staff.develop.com/ballen/blog...ate=2005-02-19

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Jon" <Jon@discussions.microsoft.com> wrote in message
news:AB8C06DD-16FC-452F-848F-44DA9612B320@microsoft.com...[color=blue]
> Hello all,
>
> Can anyone offer any help with our problem.
>
> We have a database that returns multiple (100's) of images as
> memorystreams.
> We need to output these all at once. The option of having a separate aspx
> page that takes a parameter then displays the image is not an option (this
> is
> for multiple reasons).
>
> Are there any ways of doing this?
>
> Thanks all,
>
> Jon[/color]


Closed Thread