The text of this article is not in this database — only its details are. Read it on the old site: Autocomplete Textbox Using Database Return Value in ASP.NET Mvc3 Razor With Jquery
14 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

anurag pathakPosted Dec 29, 2017, 3:59 AM
How to do that in repeater
surya sivadasPosted Dec 14, 2017, 3:27 AM
Have used the same approach but my text box does not display the data, but my query is having the data in it so pls provide the solution\
No NamePosted Jun 8, 2017, 2:56 AM
I wanted to say thank you very much for this tutorial!
farooq smdPosted Jun 21, 2016, 12:24 PM
nice one
Atik ShaikhPosted Apr 12, 2016, 4:40 AM
Have used the same approach but my text box does not display the data, but my query is having the data in it so pls provide the solution
Bhavesh PatelPosted Apr 30, 2015, 6:28 AM
Thank you
Nehal GaikwadPosted Nov 23, 2013, 7:00 AM
Thanks a lot...this really helped me....God bless u !!!!!
hesh hshPosted Jan 7, 2013, 10:58 AM
Hi I was wondering how I could group the lists of names on the JsonResult AutocompleteSuggestions function thanks Hesh
sagar jagPosted Nov 29, 2012, 12:51 AM
hi sir nice article but the problem is i m getting the values in my controller namelist variable but i m getting the output ,,plss help me out thank u
Rohit BassiPosted Nov 12, 2012, 12:23 PM
Thanks Shirsendu for such a useful article !
Renato CantarinoPosted Mar 12, 2012, 3:40 PM
public JsonResult AutocompleteSuggestions(string searchstring) // (string term) { code here } Action needs to map to the parameter 'term'.
Abhi KumarPosted Feb 3, 2012, 3:47 AM
Very useful article.
Sonakshi SinghPosted Feb 2, 2012, 10:56 PM
Very useful..thank you for posting
Monika AroraPosted Feb 2, 2012, 10:50 PM
Hi Shirsendu. You have presented your article very nicely.