I have several input and option elements on my page, each (well almost) have an event attached to update some text on the page once they change. I use jQuery which is really
Sys.Application.add_load(initSomething); function initSomething() { // will execute on load plus on every UpdatePanel postback }