Re: Change Position of AjaxUploader Controls

  •  06-08-2009, 3:27 AM

    Re: Change Position of AjaxUploader Controls

    ok thanks, but how can i change the position of the cancel all button? I can not enter a control id for the cancel all button, only for the cancel button.
     
                        <CuteWebUI:Uploader runat="server" ID="Uploader1"
                            InsertButtonID='Uploader1Insert'
                            ProgressCtrlID='Uploader1Progress'
                            ProgressTextID='Uploader1ProgressText'
                            CancelButtonID='Uploader1Cancel'>
                            <VALIDATEOPTION MaxSizeKB="10240" />
                        </CuteWebUI:Uploader>
View Complete Thread