Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

C#
<%= Html.Telerik().AutoComplete()
                        .Name("country")
                       .BindTo(new string[] {"India","USA","UK","Australia",})
                   %>




Here values are passed directly in design page. But i want here, how to bind database values for autocomplete textbox.

VS2010,MVC 2 only i used. Thanks in advance
Posted
Updated 13-Feb-14 19:23pm
v4

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