Page->ClientScript->registerScriptFile("MyDraggable", $this->publishAsset("../js/MyDraggable.js")); } public function callbacktest($sender,$param){ $text = $this->drag01->findControl("lblText"); $text->Text ="We dropped"; } } ?>