Home All Groups Group Topic Archive Search About
Author
10 Jun 2005 8:26 AM
Jon
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

Author
10 Jun 2005 4:06 PM
Bruce Barker
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)


Show quoteHide quote
"Jon" <J**@discussions.microsoft.com> wrote in message
news:AB8C06DD-16FC-452F-848F-44DA9612B320@microsoft.com...
> 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
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 4:53 PM
Steve C. Orr [MVP, MCSD]
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/default.aspx?date=2005-02-19

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


Show quoteHide quote
"Jon" <J**@discussions.microsoft.com> wrote in message
news:AB8C06DD-16FC-452F-848F-44DA9612B320@microsoft.com...
> 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

Bookmark and Share