carstent

Stories submitted by carstent

ASP.NET Dynamic Data 4 - UI Field Order(blogs.integratedsolutions.dk)

submitted by carstentcarstent(20) 2 years, 5 months ago

In Dynamic Data for ASP.NET 3.5 SP1, there was only one way to control the order in which the fields from the data model appeared in the UI, and that was to manually reorder the properties corresponding to the database fields in the generated designer code file. read more...

add a comment |category: |Views: 63

tags: another

ASP.NET Dynamic Data 4 - UI Field Localization(blogs.integratedsolutions.dk)

submitted by carstentcarstent(20) 2 years, 5 months ago

In Dynamic Data for the .NET Framework 3.5 SP1, you manually had to localize the data fields at time of display, leading to some very hard-to-maintain code. This has all changed in Dynamic Data 4, or rather with the new System.ComponentModel.DataAnnotations.DisplayAttribute class read more...

add a comment |category: |Views: 144

tags: another

Visual Studio 2010 Beta 2 - Option Strict should cause build error whe(blogs.integratedsolutions.dk)

submitted by carstentcarstent(20) 2 years, 5 months ago

When working with Visual Studio 2010 Beta 2, you can set the default options for Visual Basic in the Options dialog box, which is available by clicking Options on the Tools menu. The problem is that the options specified, when turned on, they're not enforced when building an ASP.NET Web Site; no warnings, no errors. They will be added to new VB projects though, but not ASP.NET Web Site projects (WSP). read more...

add a comment |category: |Views: 6

tags: another

Setting HTML tag attributes programmatically in ASP.NET Web Form(blogs.integratedsolutions.dk)

submitted by carstentcarstent(20) 2 years, 5 months ago

How to programmatically set the value of the xml:lang attribute of the html tag in an ASP.NET Web Form read more...

add a comment |category: |Views: 24

tags: another