i have a web page with a textbox and a listbox.the data to be displayed in the listbox is stored in an array on the client side.i need to trap the keys when the users types in the textbox, and display the data relatedto it from the data stored inn the array and populate the listbox(on the client side).
thanksany kind of help would be appreciated