Search Wiki:

ASP.NET Dynamic Data Samples for .NET 3.5 SP1 Beta


All the samples have been moved to the ASP.NET Codeplex Site. You can view the samples here: Dynamic Data Samples
Last edited Aug 28 2008 at 10:42 PM  by coolcsh, version 2
Comments
JamesN wrote  Jun 11 2008 at 12:31 PM  
Whoops - Scaffold Demo and Database Image API samples are in the wrong links

DBARSELOW wrote  Aug 14 2008 at 4:35 AM  
I see the drag and drop convience but I want to see a more dynamic experience when viewing images from a database. I'm thinking of paging through images as if they are being viewed in a magazine with more than one or more image to a page, and not all in a single row either to millitary there is a need for assortment (choice of positioning) regarding the placement of images when being displayed from a database.

mkamoski wrote  Aug 28 2008 at 8:32 PM  
The samples are great. Just FYI, one small hitch is that when I take the "Scaffold Demo" as-is and try to compile it with VS.NET 2008 SP1, I get the following compile-time-errors:
Error 1 Type 'System.Web.DynamicData.DynamicDataManager' does not have a public property named 'enablequerystringselection'. C:\Code\Temp\DynamicDataSamples\ScaffoldDemo\DynamicData\PageTemplates\List.aspx 6

Error 2 Type 'System.Web.DynamicData.DynamicDataManager' does not have a public property named 'enablequerystringselection'. C:\Code\Temp\DynamicDataSamples\ScaffoldDemo\DynamicData\PageTemplates\ListDetails.aspx 6

Updating...
Page view tracker