• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ASP.NET网站全文检索(代码部分)

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

前文 这里。 

ASPX页面代码如下:

<tr>
    
<td class="record" height="20">关 键 词:
    
<asp:textbox id="txtQuery" accessKey="Q" runat="server" Width="250px" MaxLength="50"></asp:textbox>&nbsp;
    
<asp:button id="btnSearch" runat="server" Text="搜索" EnableViewState="False"></asp:button></td>
</tr>
<tr>
    
<td height="10">查询方式:
    
<asp:dropdownlist id="cboQueryType" accessKey="T" runat="server" Width="250px" EnableViewState="False">
    
<asp:ListItem Value="All" Selected="True">包含全部的字词</asp:ListItem>
    
<asp:ListItem Value="Any">包含任何一个字词</asp:ListItem>
    
<asp:ListItem Value="Boolean">布尔表达式查询</asp:ListItem>
    
<asp:ListItem Value="Exact">全字匹配</asp:ListItem>
    
<asp:ListItem Value="Natural">自然语言查询</asp:ListItem>
    
</asp:dropdownlist>
    
</td>
</tr>
<tr>
    
<td class="record" height="20">查询范围:
    
<asp:dropdownlist id="cboDirectory" accessKey="D" runat="server" Width="250px" EnableViewState="False">
    
<asp:ListItem Value="/" Selected="True">整个网站</asp:ListItem>
    
</asp:dropdownlist>
    
</td>
</tr>
<tr>
    
<td class="record" height="20"><asp:label id="lblResultCount" runat="server" Font-Italic="True" visible="False" EnableViewState="False"></asp:label></td>
</tr>
<tr>
    
<td vAlign="top" height="210">
    
<asp:datagrid id="dgResultsGrid" runat="server" PageSize="15" AllowPaging="True" AutoGenerateColumns="False"
        Visible
="False" GridLines="None" EnableViewState="False">
        
<ItemStyle HorizontalAlign="Left" VerticalAlign="Top"></ItemStyle>
        
<HeaderStyle Font-Bold="True"></HeaderStyle>
        
<Columns>
            
<asp:TemplateColumn HeaderText="排名">
                
<HeaderStyle Width="40px"></HeaderStyle>
                
<ItemTemplate>
>

后台代码,使用VB.NET书写:

 

 ' 绑定查询结果
End Sub


 

End Property

 

        ' 如果网页没有Title,那么使用文件名
End Function


界面外观如下图:



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
asp.net访问WebService的各种方式发布时间:2022-07-10
下一篇:
ASP.NET教程发布时间:2022-07-10
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap