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

Rebind Data

1 Answer 92 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 19 Mar 2008, 02:04 AM
I have a form with multiple ComboBoxes, and every time my end user submits the data, I want the ComboBoxes to Rebind to the data and reset to the original settings.

I have tried using "RadComboBox1.Refrest()" but this doesnt seem to help.

They are binding to a DataSet from a DAL.

I have gone as far as to try "Me.Refresh" to refresh the whole form, but this doesnt seem to work either.

Does anyone have any ideas.

1 Answer, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 19 Mar 2008, 02:14 AM
Forget it.

RadComboBox1.SelectedIndex = Nothing
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Chase Florell
Top achievements
Rank 1
Share this question
or