Help
Written by Arlen Navasartian on March 11, 2009
Where can i download watermarked_thumbnail.aspx ? i couldn't find where to download
Thumbnail Watermark on the Fly
Written by Ella Wei on November 4, 2007
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!
Works on localhost but not on MY .NET HOSTING
Written by Shahadat Hossen on August 2, 2007 Hello this script does not work on my .net host. what do i do?
How can I save the image into hard disk?
Written by Shahadat Hossen on August 1, 2007 How do I save the image in a folder of my site?
Thumbnails & Watermark images on the fly asp.net
Written by Patricia O'Neal on January 17, 2007
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
recordset
Written by joe mr on April 27, 2006followed instructions but no go, "ImageRecordset" is not declared...
about my previous question about ImageRecordset..
Written by Oliviero Dall'Asta on December 13, 2005Sorry, 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...
doesn't work..
Written by Oliviero Dall'Asta on December 13, 2005What is ImageRecordset in your code??