1
Reply

i'm try to fill dropdown before the update using json

Ask a question
i'm try to fill dropdown before the update using json  but dropdown not show data my code is
 
$.trim($("[id*=ddldealer]").val(obj.name));

Answers (1)