CSLA: Handling values for Combo Boxes dynamically

I've always been a fan of populating interfaces dynamically using a database table to contain my table entries, then using a code tables table to provide a way to identify which table entries go with which control. I can dynamically load the control with values from the tables at runtime. This is especially easy since I can write one handler to handle loading any control with its respective entries easily.

Since I am writing an app in CSLA, I am trying to envision exactly what that should look like, or is this something that shouldn't be handled by the business objects? Technically, it's UI code, right? But it has to be fetched like any other. Have to give this some thought....

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
Print | posted on Friday, March 23, 2007 9:38 PM
Comments have been closed on this topic.