I am creating a series of panels of data (dynamically) that I want to have the user drag around with the DragOverlayExtender. The problem is that I need to save their position on the page so that the next time they load the page, their panels are right where they left them. I have added the ProfileScriptService and for each DragOverlayExtender that I am creating, I am setting the ProfileProperty to a unique value. The problem is that there can be any number of panels, so I cannot present values in the config file.
How can I dynamically add profile properties?
Also, (as a side question) how can I read and set the relative positions of the panels that have been moved via the DragOverlayExtender?
Thanks!
- David E. Craig
David E. Craig