Home Unanswered Active Tags New Question

Dynamic Resources

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

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

Please check this thread and let me know if that's not what you were looking for:

forums.daypilot.org/Topic.aspx/593/scheduler_not_dynamically_loading_resources_into_scheduler_c

Comment posted by Dan Letecky 2 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java