ASP.NET Dynamic Data Fields
Introduction
ASP.NET Dynamic Data provides fields that use the database schema to automatically determine the correct control to render to display data. This frees you from having to write the code to explicitly select controls based on database column types. Dynamic data fields also support data validation in the data layer, using less code than is required in the presentation layer for validation.
In This Section
-
How To: Customize Dynamic Data Fields
-
Describes how to extend Dynamic Data fields with custom behavior.
-
How To: Create Custom Dynamic Data Fields
-
Describes how to create Dynamic Data fields with custom behavior.
-
Field Template Controls
-
Describes field template controls and how they are selected.
This topic is ASP.NET Extensions documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.