| [SOLVED] How to bind a list of items in a dropdownlist based on the selection from another dropdownlist in asp.net? I have Dropdownlist1 which is bound to a database. Now based on the selected item in this dropdownlist, a list of items from the database should be displayed in Dropdownlist2. |