Extending ASP.NET controls with client-side script code
On the august issue of MSDN Magazine online,
Scott Mitchell, published an interesting article on how to extend a simple ASP.NET control with some client code script. Event if the sample is very simple (and maybe not useful for business applications), he opens up a new way on the control's development. Maybe, in the near future, we will find some extensions to ASP.NET controls (DataGrid, DataList, Repeater, ...) that permits to add new records on client side avoiding any round-trip with the server. That could be very useful...I think.