Dave Ward's "Encosia" Blog
Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have
released a limited preview of the new AJAX functionality coming in ASP.NET
4.0.
To see how the new functionality stacks up, I decided to recreate my recent
jTemplates example, using only ASP.NET AJAX and its new templating features.
Eventually, I settled on using the DataView class, which offers more
advanced, repeater-like functionality.
Having successfully completed the exercise, I thought it seemed like
something that you might find interesting too. The solution boils down to ... (more)