18 lines
691 B
Plaintext
18 lines
691 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="elencoLotti.aspx.cs" Inherits="MP_MAG.SMART.elencoLotti" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_elencoLotti.ascx" TagPrefix="uc1" TagName="cmp_elencoLotti" %>
|
|
<%@ Register Src="~/WebUserControls/cmp_dettLotti.ascx" TagPrefix="uc1" TagName="cmp_dettLotti" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
|
|
<div class="row m-0">
|
|
<div class="col-6">
|
|
<uc1:cmp_elencoLotti runat="server" ID="cmp_elencoLotti" />
|
|
</div>
|
|
<div class="col-6">
|
|
<uc1:cmp_dettLotti runat="server" ID="cmp_dettLotti" />
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|