26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ResyncLastDocs.aspx.cs" Inherits="DataUploader.ResyncLastDocs" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>ResyncLastDocs</h1>
|
|
Modalità chiamata:
|
|
<ul>
|
|
<li>Senza parametri: effettua il caricamento forzato degli ultimi doc (numero impostato in web.config) arrivando all'ultimo che risulta caricato online</li>
|
|
<li>Specificando parametro Num2Reload: effettua il caricamento forzato degli ultimi Num2Reload doc arrivando all'ultimo che risulta caricato online</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" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|