Hi team,
Earlier we have HTML dropdown and binding the data from jquery using each loop which i dont want to bind the data from foreach loop in jquery.
there is a large data thats why i bind the asp control dropdown list using stored procedure not want to bind the data in foreach loop
<select id="vdmTcGlAcCode" class="chzn-select-deselect"
aria-label="<%= Localization.GetString("lblTcGlAcCode.Text", LocalResourceFile) %>">
</select>
first question can we bind the data in jquery without foreach loop?
if yes then how can we bind
second question i bind the dropdown using asp control dropdown instead of HTML so on binding the dropdown there is earlier functionalities three dropdown is there on selected index we are binding the dropdown.
So in asp control dropdown how can we bind the data on selected index so previous theree dropdown can be bind all can work earlier like HTML dropdown binding.