search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

OnEventClick and UpdatePanel refresh

Asked by Michael
16 years ago.

Hi, i'm trying to assign start/end time values of an eventto some drop down lists when the user selects a particular event. The drop down lists exist in the same UpdatePanel as the daypilotcalendar but when i try and set the selected value within the OnEventClick handler, the dropdowns don't change.

I'm using conditional updatemodes and have tried putting the drop-downs in a nested update panel with triggers etc.

Cheers

Comment posted by Dan Letecky
16 years ago.
We've already discussed the issue by e-mail: It's necessary to switch to PostBack event handling if you want to use UpdatePanel. UpdatePanel intercepts PostBacks and transforms the calls to partial PostBacks automatically. But it's not able to detect callbacks.
Comment posted by Anonymous
16 years ago.

automatically refreshing update panel

http://sanjevsharma.blogspot.com/2007/10/auto-refresh-update-panel-on-page-using.html

Comment posted by Anonymous
15 years ago.
say "__doPostback(''updatePanel.ClientID")" in the afterRender Property should work too!
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.