Re: Upload button Enable

  •  08-15-2012, 11:14 PM

    Re: Upload button Enable

    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
View Complete Thread