Posted 23 Jan 2014 Link to this post
Posted 24 Jan 2014 Link to this post
<
telerik:RadComboBox
runat
=
"server"
ID
"RadComboBox2"
Height
"190px"
Width
"420px"
EmptyMessage
"Select"
DataTextField
"Cityname"
DataValueField
"Countryname"
DataSourceID
"SqlDataSource1"
AutoPostBack
"true"
AllowCustomText
Filter
"StartsWith"
>
HeaderTemplate
ul
li
class
"col1"
>City Name</
"col2"
>Country Name</
</
ItemTemplate
<%# DataBinder.Eval(Container.DataItem, "Cityname")%></
<%# DataBinder.Eval(Container.DataItem, "Countryname")%></
Posted 28 Jan 2014 in reply to Jon Link to this post