DataBinding Expressions in ASP.NET
OdeToCode article: Digging Into Data Binding Expressions. 'This article will demonstrate some techniques beyond simple DataBinder.Eval calls in ASP.NET data binding expressions.'. Includes usage of a method written in your code-behind, or casting (converting from one type to another, C# only).
Comments