N
Northern
I need to write code clear the display box of my
DropDownList (something like clear current selected item)
while still keep the loaded item list in the DropDownList.
I tried DropDownList's ClearSelecttion() method and set
SelectedIndex to -1 but neither works.
How should I do this?
Thanks
DropDownList (something like clear current selected item)
while still keep the loaded item list in the DropDownList.
I tried DropDownList's ClearSelecttion() method and set
SelectedIndex to -1 but neither works.
How should I do this?
Thanks