Hi I have a dropdownlist which is populated from database now the task is I need to add dropdownlist with same the values except the value that is selected in the first dropdown how to do it?
You can easily remove
ddl.find("option[value = '" + selectedValue + "']").remove();
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.