Posted 14 Mar 2018 Link to this post
I want to add result of sql query to dropdownlist items
have tried this :
RadListDataItem dataItem = new RadListDataItem(); dataItem.Text = (read1["size"].ToString()); this.radDropDownList2.Items.Add(dataItem);
Posted 15 Mar 2018 Link to this post