7 lines
431 B
Plaintext
7 lines
431 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Ajax.master" AutoEventWireup="true" Inherits="test" Codebehind="test.aspx.cs" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
|
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
|
|
</asp:Content>
|