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