Custom Client Side Drag and Drop Behavior in ASP.NET AJAX
这是我的一篇在http://aspalliance.com/上的英文文章,限于版权协议中的排他性条款,这里只能给出一部分摘要引用。有兴趣的朋友可以到这里看到完整的全文:《Custom Client Side Drag and Drop Behavior in ASP.NET AJAX》。
Published: 19 Jun 2007
Abstract
This article explains the step-by-step procedure of how to create a custom Drag and Drop behavior by implementing IDragSource and IDropTarget interfaces provided by ASP.NET AJAX client side framework, which will lead to a very attractive and user friendly User eXperience (UX).
by Dflying Chen
Views (Total / Last 10 Days): 693/ 693
Article Contents:
- Introduction
- Pre-Requirements
- Understanding ASP.NET AJAX Client Side Drag & Drop Architecture
- Show off the Demo - Drag Products and Drop into Shopping Cart
- Creating the Demo Web Site
- Manipulating Data - Web Services
- Draggable Product - Implement IDragSource by DraggableProductBehavior
- Droppable Shopping Cart - Implement IDropTarget by ShoppingCartBehavior
- The ASPX Page and ScriptManager Control
- Get Products via Web Service
- Order Products via Web Service
- Downloads
- Conclusion
完整的全文请访问:《Custom Client Side Drag and Drop Behavior in ASP.NET AJAX》。