Re: AjaxUpload progress bar distortsing my table. What can I do to fix?

  •  05-05-2010, 10:50 AM

    Re: AjaxUpload progress bar distortsing my table. What can I do to fix?

    Hi,
     
    Uploader will show the progress panel after the Uploader control.
     
    If you want to move it to another place, please try this :
     
    <CuteWebUI:Uploader ID="Uploader1" runat="server" ProgressCtrlID="Panel1" ProgressTextID="Label1"></CuteWebUI:Uploader>
    <asp:Panel ID="Panel1" runat="server">
          <asp:Label ID="Label1" runat="server"></asp:Label>
    </asp:Panel>
     
    Regards,
    Terry
View Complete Thread