I\'m using jQuery to wire up some mouseover effects on elements that are inside an UpdatePanel. The events are bound in $(document).ready . For example:
$(document).ready
The area which is going to be updated.
Sys.Application.add_load(BindEvents); *// Staff*