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
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