I know I can hook into the client side events to run JavaScript after every partial postback; however, I want to do something like this:
protected void FooCl
This is much more elegant, IMO. apparently ASP AJAX will call any JS function named pageLoad. so write a function called pageLoad and it will be executed on every page load, even after partial update.