ReportManager.NET/Consulenza.Web/Monitoraggio.aspx

76 lines
3.0 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
CodeBehind="Monitoraggio.aspx.cs" Inherits="Consulenza.Web.Monitoraggio" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<%--<div style="position: absolute; top:100; left: 600;">
<table id=""
</div>--%>
<table>
<tr>
<td>
ChiaveClientePb: (es. 446612 394413, 1601778)<asp:TextBox ID="tx_chiave" runat="server">446612<%--250959--%></asp:TextBox>
</td>
<td align="right">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="Metti in sessione" />
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblRete" runat="server" Text="Label">Rete</asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblAgente" runat="server" Text="Label">Agente</asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblMandato" runat="server" Text="Label">Mandato</asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblCodiceFiscale" runat="server" Text="Label">Cod. Fiscale</asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblCliente" runat="server" Text="Label">Cliente</asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblPb" runat="server" Text="Label">Private Bancker</asp:Label>
</td>
</tr>
<tr>
<%--<td>
Report: <asp:DropDownList ID="ddl_report" runat="server" AutoPostBack="true"
OnSelectedIndexChanged="ddl_report_SelectedIndexChanged">
<asp:ListItem Text="--" Value="0"></asp:ListItem>
<asp:ListItem Text="Diagnosi" Value="1"></asp:ListItem>
<asp:ListItem Text="Monitoraggio" Value="5"></asp:ListItem>
<asp:ListItem Text="Proposta" Value="3"></asp:ListItem>
<asp:ListItem Text="Nucleo" Value="7"></asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="2" class="checklist">
<p><asp:CheckBox ID="chkAll" Text="Seleziona tutti" Visible="false" runat="server" TextAlign="Right" /></p>
<asp:CheckBoxList ID="chklstSezioni" runat="server" Font-Size="Small" Width="500"
RepeatDirection="Horizontal" RepeatColumns="10" OnPreRender="ck_report_PreRender">
</asp:CheckBoxList></td>--%>
</tr>
<tr>
<td align="center">
<asp:Button ID="Button1" runat="server" CssClass="btn" OnClick="Button1_Click" Text="Crea report" />
</td>
</tr>
</table>
</asp:Content>