As the question says, how do I set the value of a DropDownList control using jQuery?
$("#mydropdownlist").val("thevalue");
just make sure the value in the options tags matches the value in the val method.
2.1m questions
2.1m answers
60 comments
57.0k users