22 lines
857 B
Plaintext
22 lines
857 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT.aspx.cs" Inherits="WebLCP.DB_INPUT" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
|
|
<div class="card">
|
|
<div class="card-header bg-warning text-light">
|
|
<h4>Note esplicative file DB_INPUT.csv</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<dl>
|
|
<dt><b>Caratteristiche file DB INPUT</b></dt>
|
|
<dd>- dati devono essere salvati in forma anonima</dd>
|
|
<dd>- formato file: csv</dd>
|
|
<dd>- separatore: carattere <b>;</b></dd>
|
|
<dd>- ...</dd>
|
|
<dd>Esempio file scaricabile:
|
|
<asp:HyperLink runat="server" ID="hlFile" NavigateUrl="~/demoFiles/DB_INPUT.csv" Target="_blank">DB_INPUT.csv</asp:HyperLink></dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|