how to change the selected value in javascript and get the selected value in codebehind page? AutoPostBack is set to false.
You can change it like this:
var ddl = document.getElementById('ddl-id'); var opts = ddl.options.length; for (var i=0; i