Dynamic Resources

Asked by Anonymous
17 years ago.

Hi,

I'm using the DaypilotScheduler light...I am trying to get the projects on the left and fill in who is working on them (emp names) as the scheduled items. The problem is, the projects are dynamic ie. it may be active today and inactive tomorrow so I don't want it in the list anymore. On the .aspx page I know we can have

<Resources>
<DayPilot:Resource Name='ProjectA' Value='ProjectA'/>
<DayPilot:Resource Name='ProjectB' Value='ProjectB'/>
<DayPilot:Resource Name='ProjectC' Value='ProjectC'/>
<DayPilot:Resource Name='ProjectD' Value='ProjectD'/>
<DayPilot:Resource Name='ProjectE' Value='ProjectE'/>

</Resources>

The problem is that I need to build this list dynamically out of a database. Anyone steer me in the right direction?

Cheers

Comment posted by Anonymous
17 years ago.
In the example on the demo, it would be the Rooms on the left that I'm trying to generate dynamically.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.