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

[Solved] combobox: select emptymessage

0 Answers 125 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
AR
Top achievements
Rank 1
AR asked on 07 Oct 2009, 05:46 PM
hello,
This should be simple, i have a combobox with AllowCustomText="true"   and EmptyMessage="Select.." , i am providing a clear button[server side code] on the page and the combobox should go to "Select.."  onButton clicked. i have tried a lot of things and it just does not work. how do i do this ?

works with 

 

 

rcb.ClearSelection()

 

 

rcb.Text = String.Empty

 


No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
AR
Top achievements
Rank 1
Share this question
or