What are the differences between databinding expressions: Eval and Bind?
I have seen sample code when doing data binding on controls that use either Eval and Bind. I was wondering what is the difference between both of them. When should you use Eval instead of Bind and viceversa?