I have a dropdown list that pulls its values from a sql query…
I also have a way to add a new value into the table for a dropdown value; however after this is saved to the database using a sql query, the dropdown object doesn’t refresh with the new value included… How do I trigger a refresh of the dropdown object?