How to Use DropDownList Dynamically Using Ajax
Ask by Anonymous User
Updated 26 Nov 2015
HTML dropdown list statically is very easy. It is done directly using a “select” tag , but when we have a requirement to add the data in HTML dropdownlist dynamically then the things change. At that time we must load the data from the database.