Monday, February 11, 2008

ASP.NET AJAX Extender for multicolumn drag & drop

The Extender allows reordering of content on the same column and drag & drop content between columns. It also supports client side notification so that you can call web service and store the position of the content behind the scene without producing (async) postback.

Implementation details can be found on http://www.codeproject.com/KB/
ajax/multicolumndragdrop.aspx


No comments: