AJAX Quickstarts   |   Silverlight Quickstarts   |   Dynamic Data Controls Quickstarts   |   Services Quickstarts   |   Dynamic Languages Quickstarts   |   ASP.NET AJAX Home   |      |  I want my samples in...     

ASP.NET Futures (2007): DynamicInsert Control

This section provides information about the following:

  • DynamicInsert control. This control is one of a set of dynamic data controls that obtain schema information at run time, provide default display formats according to common user expectations, and enable you to easily customize those formats.

The DynamicInsert control displays the user interface elements that users can use to insert rows into the current table. By default, the control displays a DetailsView control in insert mode.

<asp:DynamicInsert runat="server" />

This control has the following properties:

  • ControlID. Specifies the name of a DetailsView control. The DynamicInsert control uses the specified control to enable users to insert values, instead of creating a DetailsView control with default settings. This enables you to customize the appearance of the DynamicInsert control.

See Also

Introduction: Dynamic Data Controls for ASP.NET


This topic is Microsoft ASP.NET Futures pre-release documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.