iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi all,
I would like to know if I could specify a MySql datasource for a web scheduler. I tried to generate a simple web scheduler with a ISDatasource and with just events binding, but it generates a long error server page. The code is:
<ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server" Height="100%" Width="100%" DataSourceID="SqlDataSource1" EventsDataMember="appuntamenti"> <ViewSettings SelectedDate="03/01/2008 08:00:00" SelectedViewMode="Month"> <QuarterView Enabled="True" /> <TimelineView DateHeaderMode="DateNumber"></TimelineView> </ViewSettings> <DataBinding> <EventsBinding EventIDField="IdAppuntamento" SubjectField="Motivazione"/> </DataBinding> <ImagesSettings BlackRecurrence="BlackRecurrence.gif" BlackRecurrenceException="BlackRecurrenceException.gif" BlackReminder="BlackReminder.gif" /> <DefaultResource ResourceColor="#D96666" ResourceName="Default"></DefaultResource> </ISWebScheduler:WebScheduler> <asp:SqlDataSource ID="SqlDataSource1" ConnectionString="user=root;password=mypass;database=mydb;server=localhost" runat="server"></asp:SqlDataSource>
I'm sure you can help or give me any suggestion.
Thanks in advance. Regards,
Mino
DataBinding in WebScheduler will require you to use ISDataSource, in the snippet you provided you are binding WebScheduler with SqlDataSource. If you already bind the data using ISDataSource, it will also be helpful if you could provide us with the error message / screenshot of the error.
We have provided some article & walkthrough regarding databinding in WebScheduler in our documentation on the article titled "Data Binding" and "Walkthrough: Binding ISDataSource to WebScheduler".
You could also view some sample in ISDataSource component on how to bind numerous datasource.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname