Actually OP, the trend is coming back around to client side processing. For a time, ASP controls offered quick and powerful programming utility to allow server side processing for any rich web application.
 
For the past couple years, the trend is to minimize postback related phenomena and make web applications look and behave more like a thick client. In that sense, there is not much need (or desire) to use built-in ASP controls for server side processing, rather use ajaxian process and more client side scripting communicating via service or remote method to process server side needs.
 
If you asked this 10 years ago, you would have gotten a much difference response, I'd gather.
 
@Bulldog: Have you taken a look at ajax gridviews?  Oh my god those are beautiful.