Hi I am testing the Infragestic Webschdular from Samples adding appointments.
But not able to figure it out that where is my Data storing i already check Webschdule.MDB and found only structure but no Data which i Entered.
I want to Check what Data is Going to Which table and how it is Stored.
I want to Check Webschdule.MDB or Sql with the Data i Entered in AppointemnetADD .aspx in Tabbed pageSample..
Can Someone Help me.
Thanks
Yashkant
HI,
why don't you create your own smaller sample webschedule website and use the webschedule access database
here is a help link on howhttp://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WebSchedule_Getting_Started_with_WebSchedule_Controls_and_Components.html
Then on another page - drop a few webgrid controls on to the form and bind them to our webschedule databases. This will allow you to easily see our data.
Hi
After Doing This Recurrence Tab is not Showing in AppointementAdd Dialog I need to Check Recurrence and Varience Data Only.
There is a property off of the WebScheduleInfo called EnabledRecurringActivities - set it to true.
Here is a help link to that property:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.WebSchedule.v8.3~Infragistics.WebUI.WebSchedule.WebScheduleInfo~EnableRecurringActivities.html
Here is a help link to the WebScheduleInfo Class members.