Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

September 2007 - Posts

ASP.NET AJAX: Removing a client event handler after it's been called
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...