Last week DiscountASP upgraded to .Net 3.5 SP1 – so I took sometime this weekend to publish demo's for my 5 Dynamic Data posts. Here is a quick summary of what is out there …
ASP.NET Dynamic Data – Simple 5 Table Northwind Example
Very simple DD site based on the 5 core Northwind tables. Read more …
Dynamic Data and Custom Metadata Providers
DD enabled controls take rendering hints from the metadata you apply to your data model. This post shows how you can create a custom metadata provider that will provide sensible default values for the DisplayName and DisplayFormat attributes. Read more …
A Dynamic Menu For Your Dynamic Data
This post continues the custom metadata theme and shows how you can use the existing Category attribute to create a 2 level navigation bar. Read more …
Dynamic Data – Customizing the Delete Confirmation Dialog
Example that shows how you can use the jQuery thickbox to show a delete confirmation dialog. Read more …
Dynamic Data – Experimenting with YUI’s DataTable and DataSource Controls
Exploring how the YUI DataTable and DataSource widgets could be used from a DD site. Read more …
That's it. Enjoy!