Browse by Tags

ASP.NET Dynamic Data: Customize a template field
01 décembre 08 01:23 | Laurent Duveau
Following my first post on ASP.NET Dynamic Data , I want to show you that you can customize existing fields used by Dynamic Data very easily. With the Northwind db, here is the generated edit screen for the Employees table:   We could make this default...
Customizing ASP.NET Dynamic Data
27 novembre 08 10:20 | Laurent Duveau
From Wikipedia: “ ASP.NET Dynamic Data is a web application scaffolding framework from Microsoft , shipped as an extension to ASP.NET , that can be used to build data driven web applications. ” So if you use VS2008 and .NET 3.5 SP1 you can take advantage...