Hi,
In my page their is one combobox and one listbox. When i select an item in combobox then selected item added to listbox. Combobox has ispostback property to true.
Now my question is,
how to check item is already present in listbox on combobox selected item changed event.
Thanks in advance