BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
SelectCommand="SELECT * FROM [Appointment] WHERE date_appointments ='26/09/2017' ">asp:SqlDataSource>
SelectCommand="SELECT * FROM [Appointment] WHERE date_appointments >='26/09/2017' AND date_appointments<='03/10/2017'">asp:SqlDataSource
Hi,
Thanks for those links, can I've an example with SqlDataSource please ?
Because in the sample it's with a List of ScheduleAppointmentsObjData, and in my case I need to fill my schedule with appointment from a sqlserver DB, .
So, can I've an example combining LoadOnDemand and SqlDataSource , it would be perfect !
Regards.
Hi,
Thanks a lot for your answers ! It was very helpful.
However, I got a last question, It is possible to use partial postback ? Usually, I used updatePanel for it, but he doesn't seems to works with ej:Schedule, do you have an alternative ?
Regards.