Browse by Tags

Related Posts

  • Re: Custom DisplayColumn

    here's a VB sample I prepared earlier Imports Microsoft.VisualBasic Imports System.Web.DynamicData Imports System.ComponentModel Imports System.ComponentModel.DataAnnotations <MetadataType( GetType (OrderMD))> _ Partial Public Class [Order] Public Class [OrderMD] Public OrderID As Object Public...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 11-21-2008, 12:00 AM
    Filed under: Partial Classes, VB, Dynamic Data, Metadata
  • Re: Dynamic Data website - MetaDatatype and DisplayFormat in VB

    [quote user="grajasekaran"] Also the same problem for <DisplayFormat( DataFormatString="{0:d}")> [/quote] Here's an example that does both: <MetadataType( GetType (OrderMD))> _ Partial Public Class [Order] End Class Public Class [OrderMD] <DataType(DataType. Date...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 08-07-2008, 12:00 AM
    Filed under: VB, Attributes, Dynamic Data, Metadata
Page 1 of 1 (2 items)