|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Render multiple imagesHello 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 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 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 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
Other interesting topics
Viewstate String InvalidCastException
ASP.NET tells me my table doesn't have a primary key Session State stateserver or Sql Server Did I do this correctly? - Display resized image from DB. how to determine .NET framework version Does CompareValidator work for the date in dd-mmm-yyyy format? Munging URLs to store data Transparent images OnPreRender ??? What is ? Render and get html from usercontrol |
|||||||||||||||||||||||