Files
C.TRACK/C-TRACK/userCards.aspx
2018-12-01 15:37:10 +01:00

10 lines
510 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="userCards.aspx.cs" Inherits="C_TRACK.userCards" %>
<%@ Register Src="~/WebUserControls/mod_userCards.ascx" TagPrefix="uc1" TagName="mod_userCards" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
<uc1:mod_userCards runat="server" id="mod_userCards" />
</asp:Content>