When you're using asp.net databinding expressions:
<asp:Label Text='EXPRESSION' runat="server" />
What's the difference among:
Container.DataItem("Property")
and
Databinder.Eval(Container.DataItem, "Property")
and
Eval("Property")
and
Bind("Property")
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…