i want to implement autosuggestion feature in my appln. I have downloaded a java script and made some modifications to it.i need around 2 lacs of records.But whenever i type a word in field..i face performance problem.I waits for around a minute to get all suggestions..
Have you tried profiling your application? Because then you'll probably find the bottleneck(s) that cause these performance issues.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.