HiI am new in this forum and first time working with infragistics...I am using web scheduler in my web application. while i am double clicking on the day view control, page throw an error that resource not found.I have already checked in ig_common virtual directory and the AppointmentAdd page is already there.I am using below code to call AppointmentAdd.aspx page.this.WebScheduleInfo1.AppointmentFormPath = "../Forms/AppointmentAdd.aspx";this.WebScheduleInfo1.ReminderFormPath = "../Forms/Reminder.aspx";So please suggest or help me out. it is argent for me.
Thanks levon,
It is working fine.One more question that i am using web splitter on my web page. I just simply drop infragistics web splitter on the web page. now when i am trying to run that page.. getting error "please define script manager on the page" .Therefor, my question is that, Is it nessasary to use script manager in case of web splitter control...Thanks in advance...Hemant
Here is a sample of connecting to Access database: http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebSchedule_Connecting_WebSchedule_to_a_Database_in_Visual_Studio_2005.html
It demos the way to connect to Access database. There is also a similar way to connect to a SQL Server.
Access (mdb) file and SQL Server script that creates a database are located in:
C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage for .NET 2008 Vol. 2 CLR 2.0\WebSchedule\Data
It great, this is working now.One more thing, that when i save the appointment in the appointment window and restart the application again, the appointment just got flush.So can you please suggest how can we save the appoinment in the datasource or any datafile like xml..Thanks in advance....
If you did not change the location of WebSchedule forms then you don't need to set the Paths in codebehind.
By default the page will look in ig_common virtual directory for these forms.
So remove the codebehind code and it should work.