13 lines
618 B
Plaintext
13 lines
618 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.master" AutoEventWireup="true" CodeBehind="test01.aspx.cs" Inherits="GPW_Commesse.test01" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_chart.ascx" TagPrefix="uc1" TagName="cmp_chart" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
|
|
<%--<asp:UpdatePanel ID="upChart" runat="server" UpdateMode="Always" ChildrenAsTriggers="true" RenderMode="Block">
|
|
<ContentTemplate>--%>
|
|
<uc1:cmp_chart runat="server" ID="cmp_chart" dtRif="2020-09-01" />
|
|
<%--</ContentTemplate>
|
|
</asp:UpdatePanel>--%>
|
|
|
|
</asp:Content>
|