1
Answer

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

Balesh Gurjar

Balesh Gurjar

8y
342
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)