G
Guest
Dear all,
I have a problem here. Suppose I have a aspropDownList in my aspx page as below :-
<aspropDownList id="Dropdownlist1" Runat="server"><asp:ListItem>apple</asp:ListItem><asp:ListItem>mike</asp:ListItem><asp:ListItem>michael</asp:ListItem><asp:ListItem>racheal</asp:ListItem><asp:ListItem>rose</asp:ListItem></aspropDownList>
When the page is load, I want to find a name in the dropdownlist, for example if I type 'r' it will point to 'racheal' first and if I continue to type 'a' it will point back to 'apple'.
What if I want the dropdownlist to continue find the word 'ra' key-in by user and point it to the value which starts with 'ra' in the dropdownlist ?
Please reply as soon as possible.
Thanks alot.
Cheers,
Mae
I have a problem here. Suppose I have a aspropDownList in my aspx page as below :-
<aspropDownList id="Dropdownlist1" Runat="server"><asp:ListItem>apple</asp:ListItem><asp:ListItem>mike</asp:ListItem><asp:ListItem>michael</asp:ListItem><asp:ListItem>racheal</asp:ListItem><asp:ListItem>rose</asp:ListItem></aspropDownList>
When the page is load, I want to find a name in the dropdownlist, for example if I type 'r' it will point to 'racheal' first and if I continue to type 'a' it will point back to 'apple'.
What if I want the dropdownlist to continue find the word 'ra' key-in by user and point it to the value which starts with 'ra' in the dropdownlist ?
Please reply as soon as possible.
Thanks alot.
Cheers,
Mae