I have form and some items on it. One of the items from it is drop down and 'Add' button besides it. drop down contains address information. And from 'Add' button user can add address. Now what I need is, When user add address and press 'Save' from the address add form, it should update the drop down also with new added value. I am storing values in DB for address and fetching from DB as well.