Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView.
The difference between these two is that Eval is used for read only purpose and Bind is used for read/edit purpose. as eval is only readonly it is faster than bind (as bind support read/edit)
Eval vs Bind[
^]