I have an asp page with dropdown box. user selects an item and submits page. how do i show the selected item using jquery.
$("#combobox").val(value);