The case is like this:
The db table like this:
And The desired UI is Like this:
Is this possible to do? I want to make autocomplete, up to full name, then, when user enter, example, john, so, all customers who have name with john will be shown with branch name additional data, and if user select one of the rows at popup, it will update cif number. Example: -John Doe | Mighigan branch -John Alex | Cairo branch -David John | Canada Branch
So far, I search popup autocomplete at asp.net it just lookup one column, at database, and update same textfield. I need it to update more than one textfield, Customer name and cif number. Or, just CIF number but the autocomplete will lookup customer name and branch name.
Thank you very much.