941fe4b2cf
refresh online con url locale corretto installato in RigaSRV02
27 lines
1008 B
Plaintext
27 lines
1008 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SyncDoc.aspx.cs" Inherits="DataUploader.SyncDoc" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>SyncDoc</h1>
|
|
<%--Modalità chiamata: è SEMPRE necessario nell'URL il numero del documento e l'anno! ?DOC=OC0001616&Anno=2015
|
|
<ul>
|
|
<li>Senza parametri: effettua tutte le chiamate remote</li>
|
|
<li>Con aggiunto il parametro "?DemoMode=true" nell'url --> NON viene chiamata (per ogni record) la pagina remota ma viene mostrato l'elenco delle chiamate che SI SAREBBERO EFFETTUATE</li>
|
|
</ul>
|
|
<hr />
|
|
<h2>OUTPUT</h2>--%>
|
|
<asp:Label runat="server" ID="lblOut" />
|
|
<br />
|
|
<asp:HyperLink runat="server" ID="hlHome" NavigateUrl="Default.aspx" Text="Torna ad home" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|