How to get original image of thumbnail image

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default How to get original image of thumbnail image


    Hi To All

    i am doing one task, like storing image in database and loding back t
    Datagrid, in that i am taking thumbnail, It working fine. but what
    want to do is if i click on thumbnail image in datagrid, that imag
    full or original image should display in another page, if u have an
    idea tell me how to do.

    hope u understand.


    Thanks
    Aparn

    --
    aparn
    -----------------------------------------------------------------------
    aparna's Profile: [url]http://www.highdots.com/forums/m48[/url]
    View this thread: [url]http://www.highdots.com/forums/t262722[/url]

    aparna Guest

  2. Similar Questions and Discussions

    1. Thumbnail to large image
      How do I create a rollover effect where on mouse-over a thumbnail image will display a larger image: on top; to the side? Thanks for your help in...
    2. Original Image & Thumbnail on same page?
      Hi, I'm pretty new at this, so forgive my ignorance. I'm running DW MX 2004 with PHP and MySql. Got the database running fine and I'm trying to...
    3. Help: Image::Magick::Thumbnail
      Hi, The following example (from cpan.org) take an .jpg image and creates a thumbnail. It creates an image where the biggest size is 50 pixels. ...
    4. Thumbnail image in Flash to larger image in new window?
      I have a series of thumbnail images in Flash and I want the user to be able to click on the thumbnail and get a larger photo. I know how to make the...
    5. Image Thumbnail
      Create ACDSee style image Browser, only one minute. download sample from http://www.viscomsoft.com/imagethumbnail.htm
  3. #2

    Default Re: How to get original image of thumbnail image

    You should implement a handler that responds to the link <a href="YourHandler.ashx">
    and it should load the image from the database and emit it to the response.

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]


    > Hi To All
    >
    > i am doing one task, like storing image in database and loding back to
    > Datagrid, in that i am taking thumbnail, It working fine. but what i
    > want to do is if i click on thumbnail image in datagrid, that image
    > full or original image should display in another page, if u have any
    > idea tell me how to do.
    >
    > hope u understand.
    >
    > Thanks
    > Aparna


    Brock Allen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139