Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 19th, 2005, 03:55 PM
Authorized User
 
Join Date: Apr 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default How I can show a image on form

Is any way how I can show a image from my database on the form without creating additional files?

 
Old May 19th, 2005, 07:27 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You can create a webform that pulls the binary data from the database based on some querystring data on the URL, then uses the Response.BinaryWrite() method to write the binary out to the response stream. This way you can have an image tag like this:

<img src="/myWebApp/image.aspx?imageID=12345">

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Show small image of products in RssReader Caster BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 May 29th, 2007 01:07 AM
Show image on signature kherrerab BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 February 8th, 2007 11:31 AM
Image slide-show Rajarshi HTML Code Clinic 1 February 27th, 2006 06:03 AM
Show high resolution image usamaalam Crystal Reports 0 December 14th, 2005 04:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.