AJAX drag drop Challenge: new with profile support
Posted by: Hannes Preishuber,
on 27 Jan 2008 |
View original | Bookmarked: 0 time(s)
I have written a proof of concept blog post about drag and drop with AJAX toolkit. In my second part I will take a look at the possibility's to store the new position. I earlier builds toolkit control supports direct storing in profile. That feature was dropped from toolkit. My goal is to use DragPanelextender and read and write panel position from profile store. So I use a Panel, DragPanelExtender and a Label as dragobject. <asp:Panel ID="dragPanel1" runat="server" BackColor="#00CC66" Height="83px"...