search.ascx
上传用户:yawei0714
上传日期:2020-11-26
资源大小:1004k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="search.ascx.cs" Inherits="search" %>
  2. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  3. <link href="css/css.css" rel="stylesheet" type="text/css" />
  4. <style type="text/css">
  5. <!--
  6. body {
  7. margin-left: 0px;
  8. margin-top: 0px;
  9. margin-right: 0px;
  10. margin-bottom: 0px;
  11. }
  12. -->
  13. </style>
  14. <table border="0" cellpadding="0" cellspacing="0" height="31" style="width: 463px">
  15.     <tr>
  16.         <td style="width: 95px">
  17.             <div align="right" style="text-align: left">
  18.                 类型:</div>
  19.         </td>
  20.         <td style="width: 15px; text-align: left">
  21.                         <asp:DropDownList ID="ddlSearchType" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlSearchType_SelectedIndexChanged">
  22.                         </asp:DropDownList></td>
  23.         <td style="width: 165px">
  24.             <div align="right" style="text-align: left">
  25.             关键字:</div>
  26.         </td>
  27.         <td style="width: 18px; text-align: left">
  28.                         <asp:DropDownList ID="ddlKeyType" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlKeyType_SelectedIndexChanged">
  29.                         </asp:DropDownList></td>
  30.         <td style="width: 27px; text-align: left">
  31.                         <asp:TextBox ID="txtKey" runat="server" Width="55px"></asp:TextBox></td>
  32.         <td style="text-align: left; width: 179px;">
  33.                         <asp:Label ID="labTerminal" runat="server" Text="到达地" Visible="False" Width="57px"></asp:Label><asp:TextBox ID="txtTerminal" runat="server" Visible="False" Width="59px"></asp:TextBox><asp:Button ID="btnSearch" runat="server" Height="25px" Text="搜" Width="28px" OnClick="Button1_Click" /></td>
  34.     </tr>
  35. </table>