how to set hidden field value to the dropdownlist control
How to set hidden field value to the dropdownlist control in jquery
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jasminder SinghPosted Feb 4, 2014, 9:00 AM
var hdnValue = $('#hdnField').val() -- Get the value
rkraju mPosted Feb 4, 2014, 8:27 AM
$("#dropdownid").val($("#hidenfieldid").val());