Skip to content

This article helps you to create an AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS, and select event.

Notifications You must be signed in to change notification settings

geeksarray/jquery-autocomplete-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jQuery Autocomplete by example

This article helps you to create an AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS, and select event.

In this example, you will create a ASP.NET Web Form application that will connect to the Northwind database. If you do not have the Northwind database you can download from here. The AutoComplete TextBox's change event will call PageMethod written in WebForm code behind file. This method will get country names from the Customer table and return as a suggestion for AutoComplete TextBox.

Files

  1. Default.aspx - includes Customer HTML table to update its content on after changing conent in Country text box.
  2. Default.aspx.cs - code behind file for default.aspx having web methods.
  3. Customer Entity - customer model used for creating list of customers.

After implementation your page will be like

jQuery UI Autocomplete

For more details visit - https://geeksarray.com/blog/jquery-autocomplete-by-example

About

This article helps you to create an AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS, and select event.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published