Rahul
Rahul

Reputation: 233

Image tagging like facebook in asp.net

I am using asp.net and C#.

I have a image control, I want that people can tag that image[similar to facebook]. As I want to save the tag cordinated into the datbase, so that the admin can see the tags made by the user on the image. Please let me know how can I achieve this in asp.net with JQuery.

Thanks in advance.

Upvotes: 2

Views: 2666

Answers (1)

Bill Berlington
Bill Berlington

Reputation: 2414

Yes. Its possible to create facebook like tagging in asp.net

See the examples here

and here

Upvotes: 1

Related Questions