i have a CustomerTable with the area of CustomerName.How can i show autocomplete when i write something in the textbox(txtCustomerName) to add a new Customer object in an aspx page ?
i have a CustomerTable with the area of CustomerName.How can i show autocomplete when
Share
If you are using ASP.NET webforms, combining a Page Method + jQuery ajax approach with jQuery UI Autocomplete would probably be the simplest way to have something that gets the data on demand.