how to clear combo box during runtime
843805May 10 2006 — edited Oct 30 2007hi,
i want to know how to clear combobox during runtime.i am adding items to combobox during runtime and when i select 1 element from combobox it will retrieve the data from database and add it to the another combo box.if try to clear that combo box it is giving null pointer exception.