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

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 ).
 
H

Henning Krause [MVP - Exchange]

Hello,

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

Best regards,
Henning Krause
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top