使用 Asp.net ajax 进行就地编辑
我正在寻找一种在我的网络表单应用程序上执行就地编辑的方法。 以下是使用 scriptaculous 实现此行为的链接: http://wiki.github.com/ madrobby/scriptaculous/ajax-inplaceeditor)
我正在使用.Net Ajax 工具包。
有谁知道我该怎么做???
谢谢,
尼古拉斯。
I am looking for a way to perform in-place editing on my webforms app. Here is a link for this behaviour using scriptaculous: http://wiki.github.com/madrobby/scriptaculous/ajax-inplaceeditor)
I am using the .Net Ajax toolkit.
Does anyone know how can I do this???
Thanks,
Nicolas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经使用 encosia.com 上的教程来做到这一点。 这非常简单,他还有更多关于如何发展基本功能之外的功能的文章:
http://encosia.com/2007/08/23/seamless-inline-text-editing-with-aspnet-ajax/
I've used a turtorial on encosia.com to do just that. It's pretty easy, and he has more articles on how to evovle the functionality beyond just the basic features:
http://encosia.com/2007/08/23/seamless-inline-text-editing-with-aspnet-ajax/