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