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
805 B

<%@ Page Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="AddSafe.aspx.cs" Inherits="MySite.AddSafe" %>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<asp:TextBox runat="server" ID="txtId" Visible="false"></asp:TextBox>
<table border="0" width="100%">
<tr>
<td width="20px">
<asp:Label runat="server" Text="电梯:"></asp:Label>
</td>
<td align="left">
<asp:TextBox runat="server" ID="txtName"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"
ControlToValidate="txtName" Display="Dynamic" ErrorMessage="电梯不能为空"></asp:RequiredFieldValidator>
</td>