Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Linking to external data....
posted

Hi,

I want to link the appointments table to another table of my own.

Can anyone tell me how to do that ?

 

Thanks

Panna

 

Parents
  • 69832
    Suggested Answer
    Offline posted

    You can bind the Appointments collection to any DataTable by assiging it to the UltraCalendarInfo.DataBindingsForAppointments.DataSource property. There are properties exposed by UltraCalendarInfo.DataBindingsForAppointments which end in "Member"; these properties provide a way to map the Appointment properties to a database field.

Reply Children