Print Page | Close Window

[SOLVED] Dynamic Lists

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=512
Printed Date: 11-Jun-2026 at 3:03pm


Topic: [SOLVED] Dynamic Lists
Posted By: Linguinut
Subject: [SOLVED] Dynamic Lists
Date Posted: 19-Oct-2007 at 10:06am

How do I get a list displayed by a list converter to dynamically change based on changes made to another field?

Example:  Customer addresses.  I have an address table that stores addresses for all customers.  If I select a customer on a sales order, then I want to only see a list of addresses for that customer.  How can this be done?




Replies:
Posted By: orcities
Date Posted: 22-Oct-2007 at 1:55pm
I used the onchanged, or equiv., method of the control you wish to look at and adjust others. Because my data to be displayed in the list was very specific I could  not use the ListConverters in the foundations namespace.
 
I will look to refactor this and make it better later. But, got my desired outcome.


Posted By: Linguinut
Date Posted: 23-Oct-2007 at 1:21pm
Please see http://www.ideablade.com/forum/forum_posts.asp?TID=514 - http://www.ideablade.com/forum/forum_posts.asp?TID=514  for a detailed explanation of how to begin implementing this feature.



Print Page | Close Window