Re: Configurability

  •  12-02-2009, 8:14 PM

    Re: Configurability

    Hi EJLindsay,
     
    Try properties "ShowProgressBar" and "ShowProgressInfo", like below.
     
     
      <CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" ShowProgressBar="False"
                ShowProgressInfo="False">
            </CuteWebUI:UploadAttachments>
     
    Regards,
     
    ken
View Complete Thread