--- uid: web-forms/videos/aspnet-ajax/how-do-i-use-aspnet-ajax-client-templates title: "How Do I: Use ASP.NET AJAX Client Templates | Microsoft Docs" author: rick-anderson description: "There are two key steps involved in building AJAX interactions, calling services asynchronously and updating the page with the resulting data. ASP.NET AJAX h..." ms.author: riande ms.date: 12/18/2009 ms.assetid: 2ab9d1eb-25b7-4bb6-b334-b83e45e9fcbb msc.legacyurl: /web-forms/videos/aspnet-ajax/how-do-i-use-aspnet-ajax-client-templates msc.type: video --- How Do I: Use ASP.NET AJAX Client Templates ==================== by [Rob Windsor](https://twitter.com/robwindsor) There are two key steps involved in building AJAX interactions, calling services asynchronously and updating the page with the resulting data. ASP.NET AJAX has always made the first part easy but it hasn't provided much support for the second. To address this issue, Microsoft has added client-side templates and data binding and in this video, Rob Windsor will demonstrate how to use these new features in your AJAX applications. [▶ Watch video (33 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-use-aspnet-ajax-client-templates) > [!div class="step-by-step"] > [Previous](how-do-i-customize-error-handling-for-the-aspnet-ajax-updatepanel.md)