Hi,
I want to get the basic understading of the usage of Schduler control in Asp.net. I have a requirement where I need to used the Scheduler control in my asp.net website. Hence I request for a small working sample using Databinding (say a list). I went through some of your samples but there u are inhering a Scheduler control. I just want the day view and monthview on my page
can u send it to me asap
Regards,
preethi d
Hi preethi,
The WebDayView and WebMonthView controls require WebScheduleInfo and some data provider in order to work. One approach would be to use WebScheduleOleDbProvider to bind activities and resources to tables in your database(refer to the attached sample). You could also bind to Lists or DataSets using the WebScheduleGenericDataProvider. A live samples can be found at the following links - http://samples.infragistics.com/aspnet/Samples/WebSchedule/Data/BindGDProviderToICollection/Default.aspx?cn=schedule&sid=83f14168-3433-4463-a660-ce8258db47ea and http://samples.infragistics.com/aspnet/Samples/WebSchedule/Data/BindGDProviderToDataSet/Default.aspx?cn=schedule&sid=6d81cf08-2033-4cb6-b9b5-5985ab83ef2a. More information on binding to DataSet can be found in this article - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebSchedule_Binding_to_a_Data_Set_with_WebScheduleGenericDataProvider.html.
If you have any questions, please do hot hesitate to ask.
If you need any further assistance with the matter, please let me know.