Re: Positioning the ProgressText

  •  07-31-2012, 3:10 AM

    Re: Positioning the ProgressText

    What I am currently trying....
     
     <asp:label id="lblPgrBrText" runat="server"></asp:label>
                        <p id="Uploader1Progress">
                        <CuteWebUI:Uploader id="Uploader" TempDirectory="~/UploaderTemp" runat="server" ProgressCtrlID='Uploader1Progress'
                                CancelButtonID="btnCancelDoc" InsertButtonID="insertBtn"
                                ProgressTextID="lblPgrBrText" ProgressTextTemplate="Uploaded %SEND%/%SIZE%">
                        </CuteWebUI:Uploader >
                         </p>
     
    But the progress text still remains under the progress bar.
     
    Please help.
View Complete Thread