views:

120

answers:

1

Hi,

Can anoyone lead me to code to implement autocomplete for a textbox where the data comes from a database table server side?

This is in ASP.NET MVC application. Using SQL Server.

Malcolm

+5  A: 

This article should provide the basic framework for the first half and then instead of using the CSV you would query the database.

NoahD