$(document).ready(function() {

});

$("#lstParentSectors").click(function() {
    document.forms[0].txtSelectedSector.value = document.forms[0].lstParentSectors.value;
    document.forms[0].submit();
});

