Hi,
I want to do autocomplete cascading with textbox its possible , as I want to enter employee no in textbox having autocomplete ajax and get employee name into another textbox which as having autocomplete (ajax) in my asp.net
. My table as followed
Table name: Employee
Emp_no nvarchar(10),
Emp_name varchar(30)
thank you.