search.ascx
资源名称:xwfbxt.rar [点击查看]
上传用户:tongfeicq
上传日期:2022-07-20
资源大小:2856k
文件大小:1k
源码类别:
.net编程
开发平台:
Visual C++
- <%@ control language="C#" autoeventwireup="true" inherits="search, oyaya" %>
- <table border="0" cellpadding="0" cellspacing="0" class="gonggao" width="250">
- <tr><td class="titles">新 闻 搜 索</td></tr>
- <tr>
- <td style="height: 30px"><asp:TextBox ID="TextBox1" runat="server" Width="150px" Columns="11"></asp:TextBox></td>
- </tr>
- <tr>
- <td height="30"><asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" /></td>
- </tr>
- </table>