Hello,
I've been successful with the CTP DragOverlayExtender to allow dynamic repositioning of Panels on a Web Page and have been able to persist the final locations by use of the CTP Profile Service. But I've only been successful in doing this by launching the page from VS 2005. When I publish to my Web Server, on the same machine, I can Drag N Drop no problem but when I close and open the page the locations of the repositioned panels are not persisted. The Profile information is currently being written to the default aspnetdb.mdf database. I'm assuming the issue is some kind of Security Rights issue with writing to the DB but I've been unable to determine the error. The Profile information gets written upon the Page closing and it appears an error will not stop the page from closing so I get no feedback. Unfortunately, I don't know how to trap and log script errors to a db to help determine what's going on.
I followed the example in this article
http://www.devx.com/webdev/Article/32555/1954?pf=true
Thanks in adv for help!
Todd
PS For those interested in doing this, I thought this was great article.