Hi,
In my Scheduler add and edit Appointment page having nearly 60 controls. For add appointment i am using AdvancedInsert Template and for Edit appointment i am using AdvancedEdit Template. For these templates i am using FormCreated event for initializing all controls.
My problem is if any postback occurs in add or edit appointment page, FormCreated event is firing and reading all the controls every time also its taking much time for closing, adding, editing and opening the add/edit appointment page.
How can i increase my scheduler performance.
Thanks,
Madhan