DataControlExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods that are used by ASP.NET Dynamic Data.
public ref class DataControlExtensions abstract sealed
public static class DataControlExtensions
type DataControlExtensions = class
Public Module DataControlExtensions
- Inheritance
-
DataControlExtensions
Examples
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.
Remarks
The DataControlExtensions class is used to enable Dynamic Data features in ASP.NET data-bound controls.
Methods
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. |
EnableDynamicData(INamingContainer, Type) |
Enables Dynamic Data behavior for the specified data control. |