After populating my drop down list on the client side using jQuery script, I am facing an issue where the selected values do not persist on postback.
I am wondering how I can maintain the selected value of the drop down list on the server side, or if it is possible to achieve this on the client side.
It is worth noting that I am dynamically creating my drop down list and it is a server-side control.