Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 03, 2012 06:07 AM by raduenuca
Member
5 Points
55 Posts
Apr 02, 2012 10:51 AM|LINK
I need implement Auto complete extender text box,values getting from database (Sql Server 2008) using Asp.Net MVC3, using javascript or jQuery. So please try help me with source code and plugins.
I am using ASP.Net MVC3.
C#.net mvc3
36 Points
8 Posts
Apr 02, 2012 10:57 AM|LINK
http://stackoverflow.com/questions/5033060/asp-net-mvc3-razor-auto-complete-tutorial
All-Star
27574 Points
4912 Posts
MVP
Apr 02, 2012 12:48 PM|LINK
jQuery UI has an autocomplete widget. It's quite easy to use.
Apr 03, 2012 05:28 AM|LINK
I need autocomplete textbox using databse.
24675 Points
4250 Posts
Apr 03, 2012 06:07 AM|LINK
1. Use jQuery autocomplete plugin as already stated
2. Have a look at this implementation:
http://jqueryui.com/demos/autocomplete/remote.html
This sample gets the autocomplete suggestions via JSON from serer.
3. Implement Controller and Action to return JSON and query the database for suggestions. Use this http://www.asp.net/mvc link if you don't know how
sampath1750
Member
5 Points
55 Posts
How to implement Autocomplete Textbox in asp.net MVC3
Apr 02, 2012 10:51 AM|LINK
I need implement Auto complete extender text box,values getting from database (Sql Server 2008) using Asp.Net MVC3, using javascript or jQuery. So please try help me with source code and plugins.
I am using ASP.Net MVC3.
C#.net mvc3
jaw99
Member
36 Points
8 Posts
Re: How to implement Autocomplete Textbox in asp.net MVC3
Apr 02, 2012 10:57 AM|LINK
http://stackoverflow.com/questions/5033060/asp-net-mvc3-razor-auto-complete-tutorial
BrockAllen
All-Star
27574 Points
4912 Posts
MVP
Re: How to implement Autocomplete Textbox in asp.net MVC3
Apr 02, 2012 12:48 PM|LINK
jQuery UI has an autocomplete widget. It's quite easy to use.
C#.net mvc3
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
sampath1750
Member
5 Points
55 Posts
Re: How to implement Autocomplete Textbox in asp.net MVC3
Apr 03, 2012 05:28 AM|LINK
I need autocomplete textbox using databse.
raduenuca
All-Star
24675 Points
4250 Posts
Re: How to implement Autocomplete Textbox in asp.net MVC3
Apr 03, 2012 06:07 AM|LINK
1. Use jQuery autocomplete plugin as already stated
2. Have a look at this implementation:
http://jqueryui.com/demos/autocomplete/remote.html
This sample gets the autocomplete suggestions via JSON from serer.
3. Implement Controller and Action to return JSON and query the database for suggestions. Use this http://www.asp.net/mvc link if you don't know how
Radu Enuca | Blog