25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
|
---
|
||
|
title: "[How Do I:] Use the ASP.NET AJAX Profile Services? | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "ASP.NET 2.0 introduced Profile properties with which you can store details for each user of your ASP.NET Web application. ASP.NET AJAX Profile Services allow..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 07/16/2007
|
||
|
ms.topic: article
|
||
|
ms.assetid: 8fc77048-4d1f-42bf-a947-ecc9a02b25c9
|
||
|
ms.technology: dotnet-webforms
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-forms/videos/aspnet-ajax/how-do-i-use-the-aspnet-ajax-profile-services
|
||
|
msc.type: video
|
||
|
---
|
||
|
[How Do I:] Use the ASP.NET AJAX Profile Services?
|
||
|
====================
|
||
|
by [Chris Pels](https://twitter.com/chrispels)
|
||
|
|
||
|
ASP.NET 2.0 introduced [Profile properties](https://msdn.microsoft.com/en-us/library/at64shx3.aspx) with which you can store details for each user of your ASP.NET Web application. ASP.NET AJAX Profile Services allow your client-side Web interface to retrieve a user's Profile properties from the server-side Web application. This video demonstrates how a sample AJAX-enabled travel site can store the travel request information of a user so that the details can be retrieved when he or she next visits the site.
|
||
|
|
||
|
[▶ Watch video (11 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-use-the-aspnet-ajax-profile-services)
|
||
|
|
||
|
>[!div class="step-by-step"]
|
||
|
[Previous](how-do-i-use-other-javascript-user-interface-libraries-with-aspnet-ajax.md)
|
||
|
[Next](how-do-i-debug-aspnet-ajax-applications-using-visual-studio-2005.md)
|