Hello!
I'm binding a standard dropdownlist to an objectdatasource by setting the properties "datatextfield" and "datavaluefield".
When I load a record from my database, I want to show the selected value which was saved into the record. I do this by setting dropdownlist1.text = valuefromtherecord while Page_Load-Event.
After Page is loaded, I can see the saved value selected in the dropdownlist.
When I want to do the same with RadComboBox, the control stays blank after Page-Loading!?! Why?
Any suggestions?
Bye
Michael
I'm binding a standard dropdownlist to an objectdatasource by setting the properties "datatextfield" and "datavaluefield".
When I load a record from my database, I want to show the selected value which was saved into the record. I do this by setting dropdownlist1.text = valuefromtherecord while Page_Load-Event.
After Page is loaded, I can see the saved value selected in the dropdownlist.
When I want to do the same with RadComboBox, the control stays blank after Page-Loading!?! Why?
Any suggestions?
Bye
Michael