Only one postback can happen at a time. The postback is asynchronous relative to the user experience of the page, not relative to other postbacks.
By default with UpdatePanels the last post wins when there are multiple ones going on. You can change that behavior by handling the client-side PageRequestManager's client-side initializeRequest event.
Thanks,
Eilon
No comments:
Post a Comment