You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
934 B

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="addproduct.aspx.cs" Inherits="addproduct" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<table style="width: 419px; height: 98px">
<tr>
<td style="height: 30px">
<asp:Label ID="Label1" runat="server" Text="名称"></asp:Label></td>
<td style="height: 30px">
<asp:TextBox ID="tbpdname" runat="server"></asp:TextBox></td>
<td style="width: 37px; height: 30px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbpdname"
ErrorMessage="名字不能为空"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td>
<asp:Label ID="Label2" runat="server" Text="类别"></asp:Label></td>