jquery 中的订单列表,使用 ajax 进行持久化
我知道如何制作列表订单并使用 jquery 中的拖放提供短路,但我不知道如何使用 ajax 提供持久性。
我在拖放列表中的项目以订购它们的订单时,我应该将其保存在数据库中。
我在 PHP 中找到了这样的示例,但无法在 asp.net
http:// /www.ajaxlines.com/ajax/stuff/article/dynamic_drag_drop_with_jquery_and_php.php
请向我提供如何在asp.net中实现它的解决方案
i know how to make a list order and provide shorting using drag and drop in jquery but i dont how to provide persistence using ajax with it.
i me as i drag-drop items in list for ordering their order should me saved in database.
i found such examples in PHP but not able to find it in asp.net
http://www.ajaxlines.com/ajax/stuff/article/dynamic_drag_drop_with_jquery_and_php.php
please provide me solution that how to implement it in asp.net
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在以下位置找到了解决方案:
http://aspdotnetcodebook .blogspot.com/2009/11/dynamic-dragn-drop-with-jquery-and.html
如果您有任何好的,请向我提供更多信息..谢谢
i found a solution at:
http://aspdotnetcodebook.blogspot.com/2009/11/dynamic-dragn-drop-with-jquery-and.html
please provide me more if you have any good one.. thanks