1
Answer

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

Photo of Balesh Gurjar

Balesh Gurjar

9y
697
1
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)