Hide cancel button while upload is in progress

Last post 04-01-2013, 12:26 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  03-29-2013, 2:39 PM 77113

    Hide cancel button while upload is in progress

     I need to hide cancel button while file upload is in progress as dispalyed in the image below.

     

     

    Filed under:
  •  04-01-2013, 12:26 PM 77121 in reply to 77113

    Re: Hide cancel button while upload is in progress

    Hi,

     

    Please set the cancel button to another button, then you can hide the custom cancel button to achieve this requirement, like below.

     

       <CuteWebUI:UploadAttachments ID="uploader1" runat="server" CancelButtonID="btn_Cancel">
            </CuteWebUI:UploadAttachments>
            <asp:Button ID="btn_Cancel" runat="server" Style="visibility: hidden" />
     

    Regards,

     

    Ken 

View as RSS news feed in XML