In Page_Load I have ComboBox is has a SQLdatasource to load it's items, get the itemID and set the .SelectedValue to what's in the Database.
I would like to get the RadCombobox1.Text and put it into a label, as in label.text = RadComboBox1.Text;
The ComboBox loads fine, sets the correct value, but I can't seem to get the .Text to show up in the label.
Any pointers in the right direction would be much appreciated.
Thanks,
Brett
I would like to get the RadCombobox1.Text and put it into a label, as in label.text = RadComboBox1.Text;
The ComboBox loads fine, sets the correct value, but I can't seem to get the .Text to show up in the label.
Any pointers in the right direction would be much appreciated.
Thanks,
Brett