post back

  • JQuery and Partial Postbacks

    I recently came across an issue where JQuery bindings no longer functioned after a partial postback and stumbled upon some code that was helpful in most cases. Javascript (JQuery): And alternatively.. This code will not always work however, as was… Continue reading

  • Disable button on AJAX Postback

    Many different implementations exist for disabling a button on AJAX post-back. I find the following code snippet to be very simple, clear and effective. Although this example applies to ASP. NET, with small modification this would work for PHP as… Continue reading