autocomplete dropdownlist
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to create a autocomplete dropdownlist in ASP.NET 2.0 using VB.NET 2005 platform for web application. 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 ???
-
Hi, I need to create a autocomplete dropdownlist in ASP.NET 2.0 using VB.NET 2005 platform for web application. 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 ???