In ASP .NET Web Forms you’ve previously had to use strings to specify which properties you’d like to output when databinding, which would probably end up looking something like the following.
<asp:templatefield headertext="Last Name">
<itemtemplate>
<asp:literal runat="