Posted 29 Sep 2011 Link to this post
Posted 30 Sep 2011 Link to this post
protected
void
Page_Load(
object
sender, EventArgs e)
{
for
(
int
i = 0; i < RadComboBox1.Items.Count; i++)
RadComboBox1.Items[i].DataBind();
}