Sometimes, we want to program somethings that talk, learn and express...
var selectedItemText = $('#<%=ddlCurrency.ClientID%>option:selected').val();
$('#<%=ddlLocation.ClientID%> option:contains(' + location +')').attr("selected", true);
Post a Comment
No comments:
Post a Comment