WEBSWAPP Silverlight ASP.NET 3.5 ASP.NET 2.0 ASP.NET 1.0
Cascading Lists
AJAX ToolKit
Hierarchies
AutoComplete PagingBulletedList

Demo using the PagingBulletedListExtender and the UpdatePanel

In this demo I use the PagingBulletedListExtender from the AJAX Control ToolKit. A list of the capital cities in my database is downloaded to the browser (this can be a disadvantage if the size of the data is large) and is then being processed by the client-side script of the extender.

You can click on any item from the index to see a list of cities that start with the selected letter. For example to see information on Victoria, BC, Canada, click on the letter "V" then click on the hyperlink for Victoria to cause the page to partially post-back (using an AJAX UpdatePanel) and retrieve the city, province and country information of the selected city. If you hover over the labels within the information display area on your right-hand side, you will see a tooltip describing the meaning of the value.


The City's Information will be displayed here
The Province's Information will be displayed here
The Country's Information will be displayed here

Source code:

PagingBulletedList source code wucLocationInfo.ascx