Posted 29 Nov 2013 Link to this post
<
telerik:RadComboBox
ID
=
"RadComboBox1"
AllowCustomText
"true"
runat
"server"
DataSourceID
"SqlDataSource1"
DataTextField
"ContactName"
EmptyMessage
"Search for people..."
Filter
"Contains"
>
</
asp:SqlDataSource
ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
SelectCommand="SELECT [ContactName] FROM [Customers] " />