Reputation: 41
I'm using visual web developer to create basic gui with one table DB. I'm trying to make something like google instant search. I have a search page that contains one textbox, one button, and gridview. I'm entering a string in the textbox, pressing the button and getting the results in the gridview.
I'm trying to use the textchanged
event of the textbox and allow autopostback but still the search isn't working as I want.
What am I missing and how can I create the search as showed above?
Upvotes: 1
Views: 507
Reputation: 3963
We implemented a Google Instant type of search using the following:
Upvotes: 3