I am working on a dashboard that will show up to 4 charts. I want the user to be able to select from a drop down the charts he or she wants to display. I am using the Portal example as a framework but the charts that appear are hard coded. Is there a way to add to the items collection dynamically. I was thinking of saving the code that displays a chart into a database and use a command to dynamically bring the code inside the items collection to display the chart. Any other suggestions or examples will be appreciated.