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
20
Additional fields to appointment form
posted

Hello,

I added WebSchedule and all required forms to my Asp.net project. Database is Sql Server. All working ok so far.  
In our app user can book resources for certain customers. Now I want to add some extra fields related to appointment. For example when user makes an appointment, he/she should be able to select a customer. And calendar views should be able to filter appointments not only by resource, but customer too ("View all bookings for Room A, Customer Xyz").

How can I achieve this? How to modify AppointmentAdd.ascx and AppointmentAdd.aspx code to read and write some extra fields? Do you have any samples related to that?

We use infragistics version 2011.1