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
|