Redirecting users on select from autocomplete?
- by juno-2
Hi,
i'm trying to implement the jquery autocomplete plugin.
I've got it up and running, but something is not working properly.
Basically i have a autocomplete-list of employees.
The list is generated from a table in a sql-database (employee_names and employee_ID), using a VB.NET handler (.ashx file). The data is formatted as:…