I am looking for an example of saving the state of the RadDock to a database.
Basically I am building a content managemtent system that uses modules for things like wysiwyg, contact form, photo gallery, etc. What I want to be able to do is add as many or as few modules to a single page (load ascx pages into the RadDock), and then save the sate of all those dynamically loaded modules into a single DB field.
The database will have a Field called [MainDockState] and another field called [SideBarDockState] (the sidebar only loads sidebar related modules).
The user will then be able to choose which modules they wish to use when they are creating the page, move them around if they have permission, but when the RadDock is Dropped, the state will be sent to the database and saved for all future visits to that page.
Thanks in advance for the direction on this problem
Basically I am building a content managemtent system that uses modules for things like wysiwyg, contact form, photo gallery, etc. What I want to be able to do is add as many or as few modules to a single page (load ascx pages into the RadDock), and then save the sate of all those dynamically loaded modules into a single DB field.
The database will have a Field called [MainDockState] and another field called [SideBarDockState] (the sidebar only loads sidebar related modules).
The user will then be able to choose which modules they wish to use when they are creating the page, move them around if they have permission, but when the RadDock is Dropped, the state will be sent to the database and saved for all future visits to that page.
Thanks in advance for the direction on this problem