Hi,
does anyone knows how to use a autocomplete or combobox control so that the options change as the user types? I tried using both the controls but I always get the same problems. The solutions used the following: an async command which refreshes the options and an onkeypress script applied to the control that raises the async command. Get kind of problems that I face with this solution are: I’m unable to get the current control value (that I need to refresh the options); I can only select a value from the options before refreshing the control, after that the onclick doesn’t do anything.
Any ideas would be welcome,
Thanks
Bruno