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.
|