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.
1.4m articles
1.4m replys
5 comments
57.0k users