Hi,
i ask help because i must change position of my progress bar in mi Ajax Uploader.
This is my code:
<MagicAjax:AjaxPanel runat="server" ID="MagicAjax1" MonitorVisibilityState="false" AjaxCallConnection="Synchronous" CssClass="content3">
<asp:Button ID="ButtonDeleteAll" runat="server" Text="Delete All" />
<CuteWebUI:UploadAttachments InsertText="Upload Files" runat="server" ID="Attachments1" ShowProgressBar="true" ShowProgressInfo="true" ShowRemoveButtons="true" ShowTableHeader="true" ShowCheckBoxes="false" ShowActionButtons="false">
<INSERTBUTTONSTYLE/>
</CuteWebUI:UploadAttachments>
<div >
<%-- Server Trace:--%>
<br />
<asp:ListBox runat="server" ID="ListBoxEvents" Width="800" Visible="false"></asp:ListBox>
</div>
</MagicAjax:AjaxPanel>
and in the web browser i see this:
but i want that the prorgess bar stay top...i make an image manipulation to see you my target:
How can i make this????
thank you
bye