refresh version

This commit is contained in:
Samuele E. Locatelli
2021-03-16 16:48:27 +01:00
parent c780a1dfb1
commit 7b153403ec
3 changed files with 15 additions and 14 deletions
@@ -59,7 +59,7 @@
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true" EnableScriptLocalization="true" EnableCdn="false">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true" EnableScriptLocalization="true" EnableCdn="false" EnablePageMethods="true">
</asp:ScriptManager>
<div class="container-fluid">
<div class="row">
@@ -71,9 +71,9 @@
<div class="col-12">
<%--<asp:UpdatePanel ID="upMain" runat="server" UpdateMode="Conditional" RenderMode="Block">
<ContentTemplate>--%>
<asp:ContentPlaceHolder ID="cph1" runat="server">
</asp:ContentPlaceHolder>
<%--</ContentTemplate>
<asp:ContentPlaceHolder ID="cph1" runat="server">
</asp:ContentPlaceHolder>
<%--</ContentTemplate>
</asp:UpdatePanel>--%>
</div>
</div>
@@ -85,4 +85,4 @@
</div>
</form>
</body>
</html>
</html>