how can i bind the listbox on keypress events.......
textbox or listbox?

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> how can i bind the listbox on keypress events.......
Well don't you think that being a bit more explicit about what you are
trying to do could help ?
For now my understanding would be that you are trying to do something like :
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
or
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ListSearch/ListSearch.aspx
You are talking about a textbox in your title, about a listbox in the
message body and knowing what you want to do on this event could also
help...
--
Patrice
> how can i bind the listbox on keypress events.......