DataControlExtensions Class
.NET Framework (current version)
Provides extension methods that are used by ASP.NET Dynamic Data.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | EnableDynamicData(INamingContainer^, Type^) | Enables Dynamic Data behavior for the specified data control. |
![]() ![]() | EnableDynamicData(INamingContainer^, Type^, IDictionary<String^, Object^>^) | Enables Dynamic Data behavior for the specified data control. |
![]() ![]() | EnableDynamicData(INamingContainer^, Type^, Object^) | Enables Dynamic Data behavior for the specified data control. |
The DataControlExtensions class is used to enable Dynamic Data features in ASP.NET data-bound controls.
For an example of how to enable Dynamic Data features in a data-bound control, see Walkthrough: Enabling Dynamic Data in ASP.NET Data-Bound Controls.
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

