If you are binding then you can do:
VB Code:
DropDown1.DataSource() = xxxx DropDown1.DataBind()
Or if you want to add individual items I think you can do (at least in winforms you can):
VB Code:
DropDown.Items.Add(xxxx)
|
Results 1 to 2 of 2
Thread: DropDownListHybrid View
|
Click Here to Expand Forum to Full Width |