This ASP.NET 4.0 tutorial explains how to use Ajax partial rendering in C#
Let start with a classical example – Web developer works under application which has a Web page with two drop-down lists. The first one contains all the cities in the country, and the second one contains the bank branches locations in the selected city. [...]