hi i have a dropdown list bounded to a database which has list of customer name and details. i have a textbox with me, now i want the user to be able to type more than one letter and i should display all the names starting with the same alphabet that the user typed in the textbox. for an eg. if user types 'S' then it should display all the customers name starting with "S".
by using JQuery can anybody help???