Hi i have a problem when i assign null to SelectedValue.
I have pictures in each of the control elements and when changing the value works perfectly. If you do not select anything right also works. The problem is when after having selected a value image, try to allocate a null control and I changed the text but the image remains.
I have tried:
this
.DropDownList.SelectedItem =
null
;
and:
this
.DropDownList.SelectedValue =
null
;
And not working properly.
Thanks, Regards.