Note that there are some explanatory texts on larger screens.

plurals
  1. POUpdateProgress and FileUpload problem
    primarykey
    data
    text
    <p>I have a fileupload control with an updatePprogress in an updatePanel like this:</p> <p>UpdatePanel is: updExtraSmall</p> <pre><code> &lt;Triggers&gt; &lt;asp:PostBackTrigger ControlID="lnkExtraSmall" /&gt; &lt;/Triggers&gt; &lt;ContentTemplate&gt; &lt;table&gt; &lt;tr&gt; &lt;td style="border: 1px"&gt; &lt;asp:FileUpload ID="fupldExtraSmall" runat="server" /&gt; &lt;/td&gt; &lt;td&gt; &lt;asp:LinkButton ID="lnkExtraSmall" OnClientClick="javascript:showWait();" OnClick="lnkExtraSmall_click" CausesValidation="false" runat="server" Text="Upload" /&gt; &lt;asp:Label ID="lblMessage" runat="server" /&gt; &lt;/td&gt; &lt;td&gt; &lt;asp:Label ID="lblExtraSmallMessage" runat="server" /&gt; &lt;/td&gt; &lt;td&gt; &lt;asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="updExtraSmall"&gt; &lt;ProgressTemplate&gt; &lt;DIV id="IMGDIV" align="center" valign="middle" runat="server" style="position: absolute;left: 35%;top: 25%;visibility:visible;vertical-align:middle;border-style:inset;border-color:black;background-color:White"&gt; &lt;img src="loading/loading.gif" /&gt;&lt;br /&gt; &lt;/DIV&gt; &lt;/ProgressTemplate&gt; &lt;/asp:UpdateProgress&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/ContentTemplate&gt; </code></pre> <p>and: function showWait() {</p> <pre><code> if ($get('fupldExtraSmall').value.length &gt; 0) { $get('UpdateProgress1').style.display = 'block'; } } </code></pre> <p>The problem is that the updateProgrss doesn't show. Can anyone help me please?</p> <p>Thank you,</p> <p>Alina</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload