CitySunlight/CitySunlight/Admin.aspx

13 lines
386 B
Plaintext
Raw Normal View History

2015-06-19 06:09:07 +00:00
<%@ 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">
2015-06-23 07:28:58 +00:00
<table class="table text-center">
2015-06-19 06:09:07 +00:00
<%= GetProductInfo() %>
</table>
</form>
</asp:Content>