This is my English article at http://aspalliance.com/ArticleRestricted by the exclusive terms in the copyright agreement, only part of the abstract reference can be provided here. If you are interested, you can see the full text here: 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
For the full text, see custom client side drag and drop behavior in ASP. NET Ajax.