asp:text-box events

  • Thread starter Thread starter dana lees
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top