Hi,
I am writing a web app and have an input field where a user can enter a search term. This term is used to query an MSSQL database. Possible results are then displayed below the search box.
I want these results to start displaying as soon as the user starts typing the search term, rather than having to click a dedicated search button.
How would I go about implementing this? What are the general performance issues I should look out for?
Can anyone point me in the right direction? The app is being written in ASP.NET.
Thanks,
I am writing a web app and have an input field where a user can enter a search term. This term is used to query an MSSQL database. Possible results are then displayed below the search box.
I want these results to start displaying as soon as the user starts typing the search term, rather than having to click a dedicated search button.
How would I go about implementing this? What are the general performance issues I should look out for?
Can anyone point me in the right direction? The app is being written in ASP.NET.
Thanks,