In Ajaxcontroltoolkit website they do a lot of async upates in their labels
example: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx
In this website, if you select Audi -> S4 -> Metallic, the Label below this DropDowns is updated automatically (before: [No response provided yet] after: You have chosen a Azure Audi A4. Nice car!)
can anyone share a simple example of how to do this?
from the ajaxcontrol toolkit sample project: