in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Load the appointments and resource dynamical in code behind

Last post 11/13/2008 4:59 AM by Goran Goran. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 11/13/2008 4:59 AM

    Load the appointments and resource dynamical in code behind

    Hi

    So on my first post nobody answer to me but this time i will try more specifically to explain what i need.

    So first of all in the ASPxScheduler i will try to show specific time span from start date to end, that i did. Now I will like for Resource to be able to add my on parameters. I can do it by  SqlDataSource but i don't like that. I would like to create my own table and then bind it. I did 

    ASPxScheduler1.ResourceDataSource = dt;

     

    ASPxScheduler1.DataBind();

     

    but there is error that says ASPxScheduler1.ResourceDataSourceID should be set. So how can i load my on table. because i just want to add just three resource's, if is there possible another way tell me.

    Second i want to add "appointments" in my case tasks witch the employees have to do. The adding also has to be done by hand. I will read from database and then i will like to put where i want (on witch date i want and this has to be done by code, c#). Again i don't want to use SqlDataSource. Also the task i want to be like links. which will take the user to page where are details.

    This application i have to do has to be more like a time line so the employee see his tasks that has to do. and don't need the extra futures. just to be eable to do the load part in code behaind not to use the SqlDataSource

    Please answer!!!!

    Regards,

    Goran

     

     

     

     

     

Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED