Hi,
I need to create a autocomplete dropdownlist in ASP.NET 2.0 using
VB.NET 2005 platform. I have 6000 customers. I need to filter records depnding on the intitial characters typed by user.
For example, if user types ",Cha", the dropdownlist should show all records starting with "Cha".
Can anybody giv me a clue how to do tis ???
Alex