Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Value
Return Value
The ProfileServiceManager object for the current ScriptManagerProxy instance.
Remarks
The ProfileServiceManager object that is returned by this property represents the profile service registered with the page.
You can use the ASP.NET profile service provided by Microsoft ASP.NET 2.0 AJAX Extensions or use a custom profile service. To use a custom service, you can register it by including a <ProfileService> node inside the <asp:ScriptManagerProxy> element on the page. You can also programmatically configure the ProfileServiceManager object.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)