Skip to main content
A newer version of this page is available. .

How to: Show a Complex Property Value in DataItemTemplate of a Column

  • 4 minutes to read

The following example demonstrates how to show a complex property value in DataItemTemplate of a column that uses BindingExpressions.

View Example

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}