I have a custom extender that worked fine under Beta 1 but has problems with
UpdatePanels and partial page postbacks under Beta 2.
It appears that the behavior.js script resource associated with the extender is not send to the client after a partial page postback. The 'initialize' function on the behavior is not called after the partial page postback.
The 'dispose' function is call the first time the partial page postback is execute so I would assume that the 'initialize' function should be called after the partial page postback has completed in order for the event handlers
to be hooked up again.
The extender works perfectly when used outside of an UpdatePanel.
BazManiac
Member
15 Points
3 Posts
Extender not working after partial page postback in Beta 2
Nov 08, 2006 03:27 PM|LINK
Hi
I have a custom extender that worked fine under Beta 1 but has problems with UpdatePanels and partial page postbacks under Beta 2.
It appears that the behavior.js script resource associated with the extender is not send to the client after a partial page postback. The 'initialize' function on the behavior is not called after the partial page postback. The 'dispose' function is call the first time the partial page postback is execute so I would assume that the 'initialize' function should be called after the partial page postback has completed in order for the event handlers to be hooked up again.
The extender works perfectly when used outside of an UpdatePanel.
Any suggestions would be appreciated.
Cheers
updatepanel partial postback ajax Beta 2 Ajax Extensions