Hi Kim,
It is working after i did some minor changes.
During cancel all update button click, then i need to enable the control
i tried with
CuteWebUI_AjaxUploader_OnStop { var hidden = this;
if (hidden.id == "MainContent_SubModelFilesUploader")
{graphicsuploader2.internalobject.insertBtn.disabled = "enabled";}else {uploader1.internalobject.insertBtn.disabled = "enabled";}
But it is not working.
Thanks in aDVANCE
Kalees