Sign in | Join
Last post 11-12-2009 4:06 AM by maverickhyd. 9 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
Please Have a look at this Image
How can i do this using ASP.NET?
I want to Add Notes, delete notes and update notes on Image using asp.net
Can anyone having sample application?
Help Would be greatly appreciated!
Consider using ImageMap.
Refer to:
http://www.codeproject.com/KB/user-controls/imagemap.aspx
http://www.codeproject.com/KB/aspnet/ImageMap.aspx
http://www.developer.com/net/asp/print.php/3528986
http://www.neodynamic.com/ND/FaqsTipsTricks.aspx?tabid=66&prodid=0&sid=41
You can't do this with ASP.NET, only with JavaScript.To do that, you must develop some JS functions.1st) One function that displays the text/box/effect in the location you want.2nd) Another function that hides the above effects when the pointer gets out of the mapped location.Its a little heavy to do that alone.Try to search the google for some FREE scripts that "tagging photos" or "script for photo annotation" in JavaScript.A shareware script that do that annotations can be found on http://taghim.com/
Hi ,
Have a look at this
http://www.flickr.com/photos/39868088@N02/3666142658/
I have to do same as flickr.com
if anyone having sample code or any urls pls provide..
i searched a lot in google... still struggling :(
http://www.fotonotes.net/
http://www.ginatrapani.org/workshop/imageannotate/
http://www.kryogenix.org/code/browser/annimg/annimg.html
I checked these urls still i didnot find a way
can anybody expalin me step by step
where can i save the previous notes(annotations)?
how to populate same coordinates when mouse over image again?
Thanks
Please use IE Developer Toolbar for IE and Firebug for FireFox and see how DIVs are using to populates notes.
HI,
Thanks to all for valuable sugesstions.
Finally I have finished This task by JQuery
maverickhyd: HI, Thanks to all for valuable sugesstions. Finally I have finished This task by JQuery
Care to share your code? I just came across a similar issue and need to find something to use for one of my own projects.
Please Check This Link
http://forums.asp.net/p/1460737/3358040.aspx#3358040
I Hope You Will Get Some brief idea How to do Create/Read/Delete Annotations on Image