Eval, Bind...what's the difference?

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

What's the difference between #Eval and #Bind?

I built a grid view control that used Bind for display.

Then I wanted to format it conditionally -- so I converted it to
DataBinder.Eval()

It still seemed to be able to do two-way binding ( updates, inserts ).
 
Hello,

additionally, the Bind() keyword allows two-way binding.

Best regards,
Henning Krause
 
Back
Top