Ajax Seminar : Part 3
Sahil Malik talking about Telerik’s product for ASP.Net, that solves a problem in an interesting way. ASP.Net componentsare built very much around the classic web model. Their Panel component fools any controls inside it into thinking they’re running in classic mode, but in fact only the panel gets refreshed when a post-back occurs.
So old-style ASP components can be re-used in a sort-of-Ajax-y way without needing to modify them at all. Extremely painless - I wonder where the limitations lie.