Click here to Skip to main content
15,911,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i am using google search feature available in Codeproject the same;
its just that i am using that feature in a user control and that user control which consists of one
1) html textbox
2) SearchSuggest.js file(for calling key events on textbox...)
3) Code behind for getting typed data from in textbox from .js file
and making connection string and for displaying that in the same
manner as google does that (using Like % parameter % in Stored
Procedure)

Since i am using the same user controls on the same aspx page;
and the data in all the user controls textboxes come from different tables of a database--its working fine in one manner
But the problem is that the data in one user control textbox is the combination of all the three textboxes,so even if i type in any textbox it brings data from all the textboxes(all three tables ) and showing in the filter mode as it happens in google.

so i want that it should display the data of only that textbox which i am currently typing or working.

What should i do???
Posted
Updated 5-Jul-11 15:51pm
v2
Comments
Jephunneh Malazarte 15-Jul-11 9:11am    
were you using ajax auto complete?

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