I am trying to make a webcontrol that consists of a combobox and a sqldatasource that populates the list based on what the user is typing in. From what I gather, there is no easy way to create a combobox on a webform - it has to combine a textbox with a listbox. I thought it would be pretty straightforward...