JSON: A Real World Example: Fill A Drop Down List
In my previous article on a simple introduction to JSON I showed how to use JSON to post back to the server, do some calculations and respond with the results rendered in the browser. In this example I will show you a real world example where you can select from a first option list and dynamically populate a second drop down list with items.

