I currently have a situation where I am working with a text box and a repeater control. My goal is to dynamically bind the data to the repeater control as the user types into the text box, without requiring them to press the enter key or click with the mouse.
The repeater should be populated with names that start with the characters inputted in the text box.
Does anyone have any suggestions on how to achieve this?