CitySunlight/CitySunlight/Main.aspx

24 lines
922 B
Plaintext
Raw Normal View History

2015-06-19 06:09:07 +00:00
<%@ Page Language="C#" MasterPageFile="~/Basic.Master" AutoEventWireup="true" CodeBehind="Main.aspx.cs" Inherits="CitySunlight.Main" %>
<%@ Import Namespace="CitySunlight" %>
<asp:Content ID="body" ContentPlaceHolderID="body" runat="server">
<form id="formmain" runat="server">
2015-06-19 10:56:48 +00:00
<table class="table table-striped table-bordered">
2015-06-19 06:09:07 +00:00
<tr>
<td></td>
2015-06-19 10:56:48 +00:00
<td><span>商品名称: </span></td>
2015-06-19 09:22:35 +00:00
<td colspan="2">
2015-06-19 06:09:07 +00:00
<input name="search" type="text" value="<%= search %>" /></td>
<td>产品分类: </td>
<td><%= classoption %></td>
<td>
2015-06-19 09:22:35 +00:00
<asp:Button ID="searchB" runat="server" Text="搜索" OnClick="searchB_Click"/></td>
2015-06-19 06:09:07 +00:00
<td>&nbsp;</td>
</tr>
<%= GetProductInfo() %>
</table>
</form>
</asp:Content>