Hi,
Thanks
Arvind
I need to create a rasScheduler dynamically from code, I need to change the header template is it possible to replicate the below snippet in code and assign it to the scheduler dynamically.
<ResourceHeaderTemplate> <asp:Panel ID="ResourceWrapper" runat="server"> <asp:Label ID="AgentLabel" runat="server" Text='<%# Eval("Text") %>' /> </asp:Panel> </ResourceHeaderTemplate>Thanks
Arvind