Hi

I have created a Textbox with a JS method that acts as Autocomplete.

For this I have used the onKeyup event that will send the current text in the textbox to my method. This works very well...