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): Dynamic Data Controls for ASP.NET

Dynamic data controls are a set of ASP.NET server controls that obtain database schema information at run time, provide default display formats according to common user expectations, and enable you to easily customize those formats. The dynamic data controls include the following:
  • DynamicAutoData: Displays the current table as a GridView control, along with user interface elements to select which rows of the table are displayed.

  • DynamicList: Displays the current table as a GridView control.

  • DynamicDetails control: Displays the columns of a row in the current table.

  • DynamicFilter: Enables users to select which rows of the current table to display, based on the values of a column in the current table.

  • DynamicInsert: Enables users to insert new rows into the current table.

  • DynamicNavigator: Displays a list of all the tables and views that are currently accessible through dynamic data controls.

  • The DynamicRssLink: Serves data on the current page as an RSS feed.


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.