Hi,
On my view I have a dropdownlist that gets its data from the database via the controller.
I also have a form that will add new data to the database table where the dropdownlist data resides.
After the form is submitted and the data is saved in the database, I want to refresh the dropdownlist data and also at the same time, ensure that the newly added record (submitted through the form) is selected on the dropdownlist.
If this is possible, can someone please provide me with a sample?