Can you please give me a clue how to do this? I have a DropDownList, that DropDownList is filled with ListItems. After the DropDownList, there's a Button called ADD NEW. When the button is clicked, a popup opened. If an item is not in the DropDownList, I wanted to add it. In popup box window there's a TextBox and add Button.
Basically, If an item is not in DropDownlist I want to add it by clicking the ADD NEW button.