How to Implement Google Suggest Functionality in Asp.net application.
-
hi, I have see some examples on CodeProject and other sites.I have found AutosuggestBox but its paid. I need to fetch the field value from database and need to show under a textbox div. and want to select the values by using arrows keys(up and down) like a gooogle suggest. if any one have already through with this problem please suggest me the solution. Thanks
Amit Agarwal
-
hi, I have see some examples on CodeProject and other sites.I have found AutosuggestBox but its paid. I need to fetch the field value from database and need to show under a textbox div. and want to select the values by using arrows keys(up and down) like a gooogle suggest. if any one have already through with this problem please suggest me the solution. Thanks
Amit Agarwal
Did you check out this one? http://www.codeproject.com/KB/ajax/AJAXAutoSuggest.aspx[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Did you check out this one? http://www.codeproject.com/KB/ajax/AJAXAutoSuggest.aspx[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonYeah i tried this but it is a Paid Control.but no worries I have found another one which is free also. http://www.codeproject.com/KB/ajax/typeahead.aspx[^] it is really very simple and useful Control. Thanks Guys.
Amit Agarwal