Difference between revisions of "CSharp:UpdatePanel"
From Aino Wiki
(No difference)
|
Latest revision as of 10:01, 17 November 2014
Varie su UpdatePanel
Far comparire la clessidra in un UpdatePanel
<Body> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> Varie sul codice <br /> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" /> </ContentTemplate> </asp:UpdatePanel> <!-- Ecco quel che serve: --> <asp:UpdateProgress ID="progress1" runat="server"> <ProgressTemplate> <div class="progress"> <img src="../Image/HourGlassImage.gif" /> In Progress... </div> </ProgressTemplate> </asp:UpdateProgress> </Body>