set data to drop by jquery code example
Example 1: how to set the value of dropdown
BY LOVE
$("#ddlPartnerType").val(0);
Example 2: how to set option value in fstdropdown using ajax
fstdropdown.rebind();
BY LOVE
$("#ddlPartnerType").val(0);
fstdropdown.rebind();