Problem in listbox control
-
i am using listbox server control. When i made selectionmode multiple, it works fine. but when i make selectionmode single, i am unable to deselect any selected ite in list box. In this case if once i select any item then i have to select atleast one item from list and my requirement is to make user able to deselect that selected ite. Need it urgent.
-
i am using listbox server control. When i made selectionmode multiple, it works fine. but when i make selectionmode single, i am unable to deselect any selected ite in list box. In this case if once i select any item then i have to select atleast one item from list and my requirement is to make user able to deselect that selected ite. Need it urgent.
Hi, You can not deselect item from list you have to select atleast one item.For your purpose you can add one empty('') value as item in list,which can be set if don't want anty item to select. regards, Nagraj