I have a drop-down list, which contains a list of over 150 schools. Each school in this drop-down list is located in one of 30 states. What i'm trying to implement is this: If a user chooses a school from the "select" list, the text box below it would automatically show the state where that school is located. I'm not sure of the most efficient way to go about this. How do i go about it?
Thanks in advance.