What is the best way to display a bitmap image on a page, then a caption, then another image, etc? These are to be dynamic, so I cannot simply create static web pages with images and captions on them. When I have tried it so far, after I display 1 image successfully [using, for example: img.Save(Response.OutputStream, ImageFormat.Jpeg);], all the previous text on the page goes away, and I cannot add more text to the page. This should actually be very simple; please advise of the procedure.
Moved byPeter RitchieTuesday, September 16, 2008 1:52 PMasp.net question (Moved from Visual C# General to Off-Topic Posts (Do Not Post Here))