Jquery not reloading on postback

Cool find

  r(function () {
        loadgrid();
    });
    function r(f) { /in/.test(document.readyState) ? setTimeout('r(' + f + ')', 9) : f()  }

Comments

Popular posts from this blog

Grouping with Data Entities

Linq - Data Entities - Records by Max Date with CASE

Linq Remove from list based on other table