Ajax DragPanelExtender drag an item from one panel to another

Posted by Morgeh on Stack Overflow See other posts from Stack Overflow or by Morgeh
Published on 2010-03-16T14:22:37Z Indexed on 2010/03/16 14:26 UTC
Read the original article Hit count: 213

Filed under:
|

I have a panel called "ItemPot" and several panels called "ItemBank1", "ItemBank2" etc.

Currently I have dynamically added 5 items to the pot and given each one a DragPanelExtender so that those items can be moved around within the panel, however what I wan't to be able to do is to move those items into the banks and then save there new parent ID ("itembank1") to the database using C#.

Does anyone know of an easy way of doing that? I have looked around the internet and I have found loads of ways of doing similar things using JQuery or Mootools but I would rather not have to use Javascript if possible, I know that might be wishful thinking lol.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about c#