Cascading Ajax Dropdowns in ASP.NET 2.0
In this tutorial you will learn several advanced techniques using Ajax with ASP.NET 2.0. First you'll learn
how to populate a dropdown control with database data asynchronously using Ajax. Second, you'll learn how to populate a second, associated dropdown list based on the selection made in the first dropdown, again dynamically through Ajax without page refreshes.
Read More