ASP.NET 4.5 introduces strongly typed data controls.
From what I could gather there are two options how to access the data item
<%# Item %>
and
<%# BindItem %>
I don't quite understand though, what exactly is the difference between those two? Is this just a matter of naming? Can they be used interchangeable?