16 lines
650 B
Plaintext
16 lines
650 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.master" AutoEventWireup="true" CodeBehind="Pagati.aspx.cs" Inherits="PUB.PAM.Pagati" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_ER_stPagati.ascx" TagPrefix="uc1" TagName="mod_ER_stPagati" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="NoAjaxContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="container-fluid my-1 bg-light">
|
|
<div class="row p-2">
|
|
<div class="col my-1 px-0">
|
|
<uc1:mod_ER_stPagati runat="server" ID="mod_ER_stPagati" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|