DynamicDataManager Class
Enables dynamic behavior for ASP.NET Web controls that support ASP.NET Dynamic Data.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[ToolboxBitmapAttribute(typeof(DynamicDataManager), L"DynamicDataManager.ico")] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class DynamicDataManager : public Control
<asp:DynamicDataManager />
The DynamicDataManager control must be included on a page in order for data controls to use Dynamic Data support. The markup of the DynamicDataManager control must precede the markup of any controls that use Dynamic Data support.
Note: |
|---|
A DynamicDataManager control cannot be put inside an UpdatePanel control. |
The following example shows how to use a DynamicDataManager control to enable dynamic behavior for an instance of the System.Web.UI.WebControls::GridView control.
- AspNetHostingPermission
for operating in a hosted environment. Security action: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel::Minimal
- AspNetHostingPermission
for operating in a hosted environment. Security action: InheritanceDemand. Associated enumeration: AspNetHostingPermissionLevel::Minimal
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: