ASP.NET 中像 facebook 一样的图像标记
我正在使用 asp.net 和 C#。
我有一个图像控件,我希望人们可以标记该图像[类似于 facebook]。因为我想将协调的标签保存到数据库中,以便管理员可以看到用户在图像上制作的标签。请让我知道如何使用 JQuery 在 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。可以在 asp.net 中创建类似 facebook 的标记,
请参阅此处
和 < a href="http://www.facebooksdk.blogspot.com/" rel="nofollow">此处
Yes. Its possible to create facebook like tagging in asp.net
See the examples here
and here