Creating a chained dropdownlist using AJAX and XML

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Sun, 21 Mar 2010 00:00:00 GMT Indexed on 2010/03/21 12:51 UTC
Read the original article Hit count: 360

Filed under:
This article is about to create a chained drop down list when we need to represent data from hierarchical data sets. Here Ill be discussing the method to populate ASPX dropdown lists using partial page rendering with AJAX. My database is simple XML data file....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Creating a chained dropdownlist using AJAX and XML

Posted on Code Project See other posts from Code Project
Published on Sun, 21 Mar 2010 11:45:00 GMT Indexed on 2010/03/21 11:51 UTC
Read the original article Hit count: 360

Filed under:
This article is about to create a chained drop down list when we need to represent data from hierarchical data sets. Here I’ll be discussing the method to populate ASPX dropdown lists using partial page rendering with AJAX. My database is simple XML data file.

© Code Project or respective owner