Author: Brad Abrams | Posted on: 6/27/2008 9:55:38 AM | Views : 873

In my last post on Dynamic Data , I showed what Dynamic Data adds to the current ASP.NET data story.  In this post I show how to customize the UI with Metadata, field templates, and page templates.  I start off by showing off the Dynamic Data Wizard . File\New WebSite Create a new connection, in this case using SqlExpress It may take a minute, but the wizard will load the database metadata.. let's select just a few tables for this demo The next step is customizing the project that gets generated.  For this demo, we will Add All. Next, we can do some further customization of the end application.. The resulting application looks great.  Notice the automatic filtering, navigation between tables, editing and validation. Custom...(read more) ...

Go to the complete details ...