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

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="search.ascx.cs" Inherits="search" %>
<table>
<tr>
<td style="width: 142px">
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="1">国际新闻</asp:ListItem>
<asp:ListItem Value="2">国内新闻</asp:ListItem>
<asp:ListItem Value="3">山东新闻</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 142px">
<asp:TextBox ID="TextBox1" runat="server" Width="85px"></asp:TextBox></td>
</tr>
<tr>