DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » refreshCallBack as PostBack

refreshCallBack as PostBack

Would it be possible to implement a PostBack equivalent of the refreshCallBack event? I'm having difficulties updating other control values when the refreshCallBack event is used which I think may be resolved using a PostBack.
markp - 6/16/2008 12:11:08 PM
Technically it's no problem but you can you can use a standard Button control (for example) to do that. (Or am I missing something?)
Dan Letecky - 6/16/2008 11:45:36 PM
Sorry, was having a daft moment. I thought that using the client-side refreshCallBack method was the only way to update the control. I've now switched to using PostBack with standard ASP.NET controls. Thanks.
markp - 6/17/2008 5:27:01 PM
Post reply