ListSearchExtender

 <html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>ListSearchExtender</title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <div style="text-align:center">   <br />
        <asp:ListBox ID="ListBox1" runat="server" Width="221px">
            <asp:ListItem>aaa</asp:ListItem>
            <asp:ListItem>aa</asp:ListItem>
             <asp:ListItem>aa3a</asp:ListItem>
            <asp:ListItem>a2a</asp:ListItem>
            <asp:ListItem>bb</asp:ListItem>
            <asp:ListItem>bbbbb</asp:ListItem>
            <asp:ListItem>cc</asp:ListItem>
            <asp:ListItem>ccccc</asp:ListItem>
             <asp:ListItem>aaa12</asp:ListItem>
            <asp:ListItem>aa43</asp:ListItem>
                <asp:ListItem>hello</asp:ListItem>
                       <asp:ListItem>你好</asp:ListItem>
                       <asp:ListItem>他們</asp:ListItem>
            <asp:ListItem Value="ccc"></asp:ListItem>
        </asp:ListBox>
         <br />  <br />
        <cc1:ListSearchExtender ID="ListSearchExtender1" runat="server"
            TargetControlID="ListBox1" PromptText="請輸入你要搜索的關鍵字">
        </cc1:ListSearchExtender>

    </div>
    </form>
</body>
</html>

發佈了31 篇原創文章 · 獲贊 0 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章