Click here to Skip to main content
15,892,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
it is posible that we use one autocompleteextender and textbox for 3 to 4 tables?


i want city, fuctional area and Industry in one textbox autocomplete extender.


so plz help!
Posted

t is posible that we use one autocompleteextender and textbox for 3 to 4 tables
Yes.

Just form your query joining all the 3-4 tables as per your need. It's the data that you need to work on, nothing from extender side.
 
Share this answer
 
I think all you need to try is display the data of the tables in one common column.....
You need to work on sql queries rather than c# coding
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900