Not able to bind dropdownlist values coming from json values from databases in jquery – Jquery ajax
I want to bind control values based on the data from the database table. All the controls like textbox are getting bind except the dropdownlist values are not getting bind. Below is my code function BindDataTableToJSONProject(strVal) { var ProjectData =…