Replies Back to Article

Free! - Thumbnail and watermark images on the fly with ASP.NET

doesn't work..
December 13, 2005 by Oliviero Dall'Asta
What is ImageRecordset in your code??
about my previous question about ImageRecordset..
December 13, 2005 by Oliviero Dall'Asta
Sorry, I've not realized immediately that yuo were retriving a record from a dataset or something like it...usually I'm working with Visual studio...
recordset
April 27, 2006 by joe mr
followed instructions but no go, "ImageRecordset" is not declared...
Thumbnails & Watermark images on the fly asp.net
January 17, 2007 by Patricia O'Neal

Hello Everyone,

I have just finished the tutorial above
(http://www.dmxzone.com/showdetail.asp?NewsId=10287)
and
have an error that says:

Name 'ImageRecordset' is not declared

Can someone help.

Regards
Pati20005

How can I save the image into hard disk?
August 1, 2007 by Shahadat Hossen
How do I save the image in a folder of my site?
Works on localhost but not on MY .NET HOSTING
August 2, 2007 by Shahadat Hossen
Hello this script does not work on my .net host. what do i do?
Thumbnail Watermark on the Fly
November 4, 2007 by Ella Wei

It worked perfectly fine with a .jpeg. But I don't know how to apply if I retrieve an image from database, for example, the image is retrieved by a handler like this,

<img src="Handler.ashx?PhotoID=<%# Eval("PhotoID") %>&Size=L" />

 How can I apply this?

<img src="watermarked_thumbnail.aspx?img=<%=(ImageRecordset.Fields.Item("IMAGE NAME").Value)%>")  /> 

Please Help!!  Thank you! 

 

 

Help
March 11, 2009 by Arlen Navasartian

Where can i download watermarked_thumbnail.aspx  ? i couldn't find where to download