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
You could also try:
,since pageLoad() is an ASP.NET ajax event which is executed each time the page is loaded at client side.