hi
i tried to create a module that is draggable
this is my sourcecode:
Control ctlTitle = (Control)ContainerControl.FindControl("dnnTitle");
DNNClientAPI.EnableContainerDragAndDrop(ctlTitle, ContainerControl, ModuleId);
but nothing happened! the module still be unmoveable!
where is my error? please help!!