“Ms Technical articles, selected by technical people.”
Very interesting post, about AJAX gotchas and workarounds.
One of the most interesting fixes is the one related with validators (requiredfieldvalidator, regExValidator, ...) not working with UpdatePanel and other AJAX goodies. The strong point of this fix is that you don't need to change the code just add some entries in the web.config and add an assembly in your project.