How can i populate the values in the drop down(second drop down) from the select query on choosing the option from the first drop down ?
Examples: First Drop Down : Listing out all the "department name" using select query. Second Drop Down : Now, i need the output to list out all the "professors name" in the respective departments on the basis of the first drop down option.
Thanks in advance. Much Appreciated your help.