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

<%@ Page Language="C#" MasterPageFile="~/site1.master" AutoEventWireup="true" CodeBehind="Index2.aspx.cs" Inherits="MySite.index2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" bgcolor="#FFFFFF" width="100%" cellspacing="0" cellpadding="0">
<tr><td>
<asp:Label runat="server" Text="名称:"></asp:Label>
<asp:TextBox runat="server" ID="txtName" ></asp:TextBox> &nbsp;
<asp:Label runat="server" Text="检修日期:"></asp:Label>
<asp:TextBox runat="server" ID="txtJxrq" type="date"></asp:TextBox>
&nbsp;&nbsp; <asp:Button runat="server" Text="查询" ID="btnQuery" OnClick="btnQuery_Click" />
</td></tr>
</table>