I created a set of easy to use linked list controls that update on the client without a postback. All of the data for the lists are downloaded when the page loads. The only requirements to get the full feature set is a DataSet with DataRelations as the DataSource, and setting a ParentListID property in the controls. The ParentListID is very easy to set. The property dialog lists all compatible controls on the page. Just pick the one that will hold the parent data from the DataSet...
Read More