D
dana lees
Hello,
I am developing an asp.net c# application.
I need to implement a textbox in which the user enters a character (or more
then 1) and a dropdown is filled according to that character (it is filled
with all of the strings the begin with that character). it's like an
auto-complete control.
I am using an asp:text-box control but its' "OnTextChanged" event is not
good enough because the user has to press "enter" after every character.
How can i do that?
Thanks,
Dana
I am developing an asp.net c# application.
I need to implement a textbox in which the user enters a character (or more
then 1) and a dropdown is filled according to that character (it is filled
with all of the strings the begin with that character). it's like an
auto-complete control.
I am using an asp:text-box control but its' "OnTextChanged" event is not
good enough because the user has to press "enter" after every character.
How can i do that?
Thanks,
Dana