I was trying to implement autocomplete textbox for long. I even implemented few using jQuery and ajaxControlToolkit. I didn’t like the ajaxToolkit autocomplete extender. Specially when you will need to get id on selected text, the format was not soothing. So I was experimenting with other autocomplete, finally I liked the jQueryUI one. It is [...]