hi
I am using dis control for dropdown and it is working fine and all values in dropdown is coming from table,
so i want to give blank value at the first place in dropdown then tables's values should populate.
<htmlb:dropdownListBox id = "unitr"
selection = " "
table = "<%= t_mod %>"
nameOfKeyColumn = "DOMVALUE_L"
nameOfValueColumn = "DDTEXT" >
</htmlb:dropdownListBox>
thanks.