This is a migrated thread and some comments may be shown as answers.

combobox item

1 Answer 68 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 01 Sep 2010, 10:35 PM
this is what i have on aspx
<telerik:RadComboBox ID="ddl_store" runat="server" Font-Size="10px" ></telerik:RadComboBox>
and this is what i have on the server side aspx.vb
 While rs2.Read
                ddl_store.Items.Insert(New RadComboBoxItem(RTrim(rs2.Item("store_name").ToString)))
            End While

when i use the immediate window to see if there's any items that get added to the box, it shows me that there are items in there. but on the web page, it doesn't have anything. Can you let me know why?

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 03 Sep 2010, 03:15 PM
Hello Duy,

Could you please explain what stays for "rs2"? Could you please send the full code so we can inspect it and help you?

Thank you!

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
appdev
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or