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

On Load Demand RadComboBox

1 Answer 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 22 Feb 2012, 08:54 PM
I am using on load demand in radcombobox. it will populate combobox on item request using webmethod in my code-behind. now I also want to populate the same combobox on button click event in my page. so how we do that. any ideas please.

1 Answer, 1 is accepted

Sort by
0
msigman
Top achievements
Rank 2
answered on 28 Feb 2012, 05:00 AM
Just set the datasource in the OnClick handler for your button, then call DataBind().
Tags
ComboBox
Asked by
John
Top achievements
Rank 1
Answers by
msigman
Top achievements
Rank 2
Share this question
or