Hi,
You can try to implement a server event handler on KeyPress that will complete the text automatically. You will need to create your own control which inherits from ComboBox on which you will implement this capability since there will be some behavior tweaks you will have to implement in order to provide the user with an auto completion behavior.
Regards,
Itzik Spitzen