现在的位置: 首页 > 综合 > 正文

listSearch 效果

2014年02月13日 ⁄ 综合 ⁄ 共 1434字 ⁄ 字号 评论关闭

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ListSearch.aspx.cs" Inherits="ListSearch" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>listSearch 效果</title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true">
            </cc1:ToolkitScriptManager>
            <br />
            <asp:ListBox ID="ListBox1" runat="server"
                Width="250px">
                <asp:ListItem>网易</asp:ListItem>
                <asp:ListItem>腾讯</asp:ListItem>
                <asp:ListItem>大和</asp:ListItem>
                <asp:ListItem>谷歌</asp:ListItem>
                <asp:ListItem>admin</asp:ListItem>
                <asp:ListItem>jxy</asp:ListItem>
                <asp:ListItem>goods</asp:ListItem>
                <asp:ListItem>wenjian</asp:ListItem>
                <asp:ListItem>koid</asp:ListItem>
            </asp:ListBox><br />
            <br />
            &nbsp;<br />
            <cc1:ListSearchExtender ID="ListSearchExtender1" runat="server" TargetControlID="ListBox1" >
            </cc1:ListSearchExtender>
        </div>
    </form>
</body>
</html>

 

感觉这个对中文的支持不是很好 有时候能够使用有些时候并不能使用

比较奇怪 有清楚的不防告诉我一下 谢谢

抱歉!评论已关闭.