Author: David Ebbo's blog | Posted on: 12/22/2008 4:44:54 PM | Views : 688

There are many ways to customize a ASP.NET Dynamic Data site, which can sometimes be a bit overwhelming to newcomers.  Before deciding what customization makes sense for you, it is important to understand the two major buckets that they fall into: Generic customization : things that apply generically to any table/column. Schema specific customization : things that apply to specific tables and/or columns. They can both very useful depending on your scenario, but it is important to understand how they are different in order to make the right choices.  The rule of thumb is that you want to stay in the world of generic customization whenever possible, and only use the schema specific customization when you have to.  Doing this will...(read more) ...

Go to the complete details ...