|
-
Jul 28th, 2006, 03:39 AM
#1
Thread Starter
Member
how to retrieve image from database??HELP!!!
I need help. How to retrieve image from database and display in on the web form???
Like for e.g; i want the image to change every time when i put the different title of the book. So how can i achieve the image so that it will change everytime when i put the different title of the book??
Last edited by twinkie; Jul 28th, 2006 at 03:43 AM.
-
Jul 28th, 2006, 08:04 AM
#2
Frenzied Member
Re: how to retrieve image from database??HELP!!!
the main idea is to open a datareader with the database.
read the image and write it to the page output through the response.write method.
you should use a stringbuilder beacuse there will be a lot of text manipulation.
good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|