When dealing with partial postback scenarios, it's sometimes desirable to run some JavaScript at the end of a partial postback. A typical situation is when we inject the JavaScript code on the server side during a partial postback. The safest way
Read More...