Results 1 to 2 of 2

Thread: how to retrieve image from database??HELP!!!

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    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.

  2. #2
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    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
  •  



Click Here to Expand Forum to Full Width