Skip to Content
0
Mar 26, 2009 at 07:11 AM

How to give blank value at the first place in dropdownin bsp page

27 Views

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.