Click here to Skip to main content
15,884,986 members
Articles / Web Development / ASP.NET

Creating a chained dropdownlist using AJAX and XML

Rate me:
Please Sign up or sign in to vote.
4.44/5 (17 votes)
26 Mar 2010CPOL5 min read 39.9K   681   17  
This article is about to create a chained dropdownlist when we need to represent data from hierarchical data sets. Here I’ll be discussing the method to populate ASPX dropdownlists using partial page rendering with AJAX. My database is a simple XML data file.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Cherisys Technologies
India India
Senior Software Professional with 13+ years of experience in web/desktop applications development.

Comments and Discussions