CitySunlight/CitySunlight/Admin.aspx

13 lines
386 B
Plaintext

<%@ Page Language="C#" MasterPageFile="~/Basic.Master" AutoEventWireup="true" CodeBehind="Admin.aspx.cs" Inherits="CitySunlight.Admin" %>
<asp:Content ID="body" ContentPlaceHolderID="body" runat="server">
<form id="formmain" runat="server">
<table class="table text-center">
<%= GetProductInfo() %>
</table>
</form>
</asp:Content>