Author: David Ebbo's blog | Posted on: 11/25/2008 7:58:00 PM | Views : 1204

Dynamic Data has the concept of Page Templates, which are pages that live under ~/DynamicData/PageTemplates and are used by default for all tables. Recently a user on the forum asked whether they could use User Controls instead of Pages for those templates. To me, this means potentially two distinct scenarios, and I tried to address both in this post: Using routing : in this scenario, you still want all your requests to go through the routing engine, but have the user control templates somehow get used. The URLs here would still look identical to what they are in a default Dynamic Data app, e.g. /app/Products/List.aspx (or whatever you set them to be in your routes). No routing : in this scenario, you want the URL to go directly to a specific...(read more) ...

Go to the complete details ...