search.ascx
上传用户:tongfeicq
上传日期:2022-07-20
资源大小:2856k
文件大小:1k
源码类别:

.net编程

开发平台:

Visual C++

  1. <%@ control language="C#" autoeventwireup="true" inherits="search, oyaya" %>
  2. <table border="0" cellpadding="0" cellspacing="0" class="gonggao" width="250">
  3.     <tr><td class="titles">新 闻 搜 索</td></tr>
  4.     <tr>
  5.       <td style="height: 30px"><asp:TextBox ID="TextBox1" runat="server" Width="150px" Columns="11"></asp:TextBox></td>
  6.     </tr>
  7.     <tr>
  8.         <td height="30"><asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" /></td>
  9.     </tr>
  10. </table>