J
js
Hi, I have a DropDownList control called ddReferral.
I want to add a item to it:
ddReferral.Items.Insert(0, "<Not Specified>")
but I found the output html has <<Not Specified>> as it's item value, how to
assign an empty value to it? many thanks.
I want to add a item to it:
ddReferral.Items.Insert(0, "<Not Specified>")
but I found the output html has <<Not Specified>> as it's item value, how to
assign an empty value to it? many thanks.