<%@ Page Language="VB" AutoEventWireup="false" CodeFile="gestione_opere.aspx.vb" Inherits="gestione_opere" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title></title>
<style type="text/css">
#uprGebar {
width: 200px; background-color: #FFFFFF;
position: absolute; top: 40%; left: 40%;
}
</style>
</head>
<body class="corpo_sfondo" style="margin-left:0px;margin-right:0px;">
<form id="frmElenco" runat="server">
<div class="div_main_accentrato">
<asp:ScriptManager ID="smRicerca" runat="server" />
<script language="javascript" type="text/javascript">
<!--
var prm = Sys.WebForms.PageRequestManager.getInstance();
function CancelAsyncPostBack() {
if (prm.get_isInAsyncPostBack()) {
prm.abortPostBack();
}
}
// -->
</script>
<asp:UpdatePanel ID="upGebar" UpdateMode="Conditional" runat="server">
<ContentTemplate>
<asp:Panel ID="pRicerca" runat="server" Width="90%">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" </asp:Panel>
<asp:Panel ID="pElenco" runat="server" Width="95%">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="Button" />
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
<asp:UpdateProgress ID="uprGebar" AssociatedUpdatePanelID="upGebar" runat="server">
<ProgressTemplate>
<div class="update_progress_div">
[img]immagini/caricamento.gif[/img]
caricamento in corso ...
<div onmouseover="this.style.cursor='hand';" onclick="CancelAsyncPostBack();" style="color: #ff6600">annulla</div>
</div>
</ProgressTemplate>
</asp:UpdateProgress>
</div>
</form>
</body>
</html>